diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-06-30 09:40:32 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-09-03 14:24:17 +0200 |
commit | 037f4e6b6be47dcfb3f4e78e5c6abe7da92da1dd (patch) | |
tree | 80a3e31598dbf5066ba848fca95249e13cdee7a9 /Kconfig | |
parent | [media] s5p-g2d: Fix registration failure (diff) | |
download | linux-037f4e6b6be47dcfb3f4e78e5c6abe7da92da1dd.tar.xz linux-037f4e6b6be47dcfb3f4e78e5c6abe7da92da1dd.zip |
[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>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions