commit | f14f6aa0b4423632ab76f3eed3a28159049451ef | [log] [tgz] |
---|---|---|
author | Souptick Joarder <jrdr.linux@gmail.com> | Mon Feb 04 10:01:43 2019 -0500 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Tue Mar 19 14:03:55 2019 -0400 |
tree | 8a525fce169c513bc2374bb5fffd87fd6e2c3f04 | |
parent | e6f8bd59c28f758feea403a70d6c3ef28c50959f [diff] |
media: videobuf2: Return error after allocation failure There is no point to continuing assignment after memory allocation failed, rather throw error immediately. Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: rebase and remove empty line before the if] Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>