V4L/DVB: dvb/dib8000: fix build warning
authorWolfram Sang <w.sang@pengutronix.de>
Mon, 5 Apr 2010 04:14:26 +0000 (01:14 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:57:11 +0000 (12:57 -0300)
commit2b0691cfc714a0f4dff582c913de1a3a68cb38a7
tree7b72f705a6fd52742768604627c0d53891ba3bfc
parentd5978ed6b6d3de92dac14032bae0eea64d960f37
V4L/DVB: dvb/dib8000: fix build warning

In file included from drivers/media/dvb/dvb-usb/dib0700_devices.c:14:
  drivers/media/dvb/frontends/dib8000.h: In function 'dib8000_get_adc_power':
  drivers/media/dvb/frontends/dib8000.h:112: warning: no return statement in function returning non-void

Fixed by adding a return to the dummy function.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/dib8000.h