android_kernel_xiaomi_sdm845/drivers/media/dvb/siano
Hans Verkuil be5daa9bd2 V4L/DVB (12107): smscoreapi: fix compile warning
gcc 4.3.1 generates this warning:

v4l/smscoreapi.c: In function 'smscore_gpio_configure':
v4l/smscoreapi.c:1481: warning: 'GroupNum' may be used uninitialized in this function
v4l/smscoreapi.c:1480: warning: 'TranslatedPinNum' may be used uninitialized in this function

While in practice this will not happen, it is something that the compiler
can't determine. Initializing these two local variables to 0 suppresses
this warning.

Cc: Udi Atar <udi.linuxtv@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-06-23 03:14:35 -03:00
..
Kconfig V4L/DVB (8308): sms1xxx: Provide option to support Siano default usb ids 2008-07-20 07:23:47 -03:00
Makefile V4L/DVB (11815): Siano: bind infra-red component 2009-06-16 19:14:31 -03:00
sms-cards.c V4L/DVB (11887): Siano: smscards - add board (target) events 2009-06-16 19:14:40 -03:00
sms-cards.h V4L/DVB (11887): Siano: smscards - add board (target) events 2009-06-16 19:14:40 -03:00
smscoreapi.c V4L/DVB (12107): smscoreapi: fix compile warning 2009-06-23 03:14:35 -03:00
smscoreapi.h V4L/DVB (11886): Siano: smscore - fix some new GPIO definitions names 2009-06-16 19:14:39 -03:00
smsdvb.c V4L/DVB (11889): Siano: smsdvb - add DVB v3 events 2009-06-16 19:14:41 -03:00
smsendian.c V4L/DVB (11780): Siano: fix compilation error due to the lack of EXTERNAL_SYMBOL 2009-06-16 19:14:28 -03:00
smsendian.h V4L/DVB (11892): Siano: smsendian - declare function as extern 2009-06-16 19:14:43 -03:00
smsir.c V4L/DVB (11815): Siano: bind infra-red component 2009-06-16 19:14:31 -03:00
smsir.h V4L/DVB (11559): Siano: add support for infra-red (IR) controllers 2009-06-16 19:14:22 -03:00
smssdio.c V4L/DVB (11884): Siano: smssdio - revert to stand alone module 2009-06-16 19:14:38 -03:00
smsusb.c V4L/DVB (11888): Siano: smsusb - remove redundant ifdef 2009-06-16 19:14:40 -03:00