]> git.karo-electronics.de Git - mv-sheeva.git/commit
V4L/DVB (12107): smscoreapi: fix compile warning
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 14 Jun 2009 09:47:35 +0000 (06:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 23 Jun 2009 06:14:35 +0000 (03:14 -0300)
commitbe5daa9bd220d384c7010aee6d3886279a61a183
treedf87335f8a97a8d5a9fd164f43cb118af0a326f7
parentc6711c3e6d4976716633047c0f6bbd953d6831fb
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>
drivers/media/dvb/siano/smscoreapi.c