commit | 72720ffc74a58ce27ea237c729f38e6a966f2997 | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Tue May 21 10:31:25 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon May 27 09:32:57 2013 -0300 |
tree | ee09e36b71dbe028da9a6bda709b4c299f18e3e3 | |
parent | c4eb1bfcbd7c2591caecda531072efda9e727dfa [diff] |
[media] coda: fix error return value if v4l2_m2m_ctx_init fails Use ret from the outer scope, instead of redefining it in the conditional clause. That way the error value reaches the end of the function as intended. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>