]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB (12386): sms1xxx: fix build warning: unused variable 'board'
authorMichael Krufky <mkrufky@kernellabs.com>
Sun, 2 Aug 2009 15:37:34 +0000 (12:37 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 13 Aug 2009 23:39:06 +0000 (20:39 -0300)
commit79a6382551507ce196c3b4296e32b5386cdfbf15
treec401c78400cf2082dd62bc8bcb1d8822192beb4b
parentbd0232c13419b7ce51e02942082ff6af231e0f84
V4L/DVB (12386): sms1xxx: fix build warning: unused variable 'board'

Remove the following build warning:

sms-cards.c: In function 'sms_board_event':
sms-cards.c:120: warning: unused variable 'board'

Thanks to Hans Verkuil for pointing this out.

The problem code has been #if 0'd for now, this will likely be
used again in the future, once the event interface is complete.

Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/siano/sms-cards.c