Hans Verkuil 037f4e6b6b [media] ml86v7667: fix compile warning: 'ret' set but not used
media_build/v4l/ml86v7667.c: In function 'ml86v7667_s_ctrl':
media_build/v4l/ml86v7667.c:120:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
  int ret;
      ^
And indeed, ret is set but not used. Let's actually return the error
code.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2013-09-03 09:24:17 -03:00
..
2013-06-17 09:42:01 -03:00
2013-06-17 09:42:17 -03:00
2013-08-26 07:53:43 -03:00
2013-06-17 09:42:40 -03:00
2013-06-17 09:42:56 -03:00
2013-06-17 09:43:44 -03:00
2013-06-17 09:48:10 -03:00
2013-06-17 09:44:21 -03:00