android_kernel_xiaomi_sm8350/drivers/media/video/uvc
Hans Verkuil 7564f67d5b V4L/DVB (11669): uvc: fix compile warning
The 2.6.30 kernel generates this warning:

uvc_driver.c:1729: warning: 'ret' may be used uninitialized in this function

I guess some new warning flag must have been turned on since this warning
didn't appear with older kernels (gcc version 4.3.1). It's also a bogus
warning, but since this code didn't comply to the coding standard anyway
I've modified it to 1) remove the warning and 2) conform to the coding
standard.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-05-09 18:52:40 -03:00
..
Kconfig
Makefile
uvc_ctrl.c
uvc_driver.c V4L/DVB (11669): uvc: fix compile warning 2009-05-09 18:52:40 -03:00
uvc_isight.c
uvc_queue.c
uvc_status.c
uvc_v4l2.c
uvc_video.c V4L/DVB (11575): uvcvideo: fix uvc resume failed 2009-05-09 18:50:40 -03:00
uvcvideo.h