diff options
-rw-r--r-- | drivers/media/dvb/frontends/dib8000.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/dib8000.h b/drivers/media/dvb/frontends/dib8000.h index b1ee20799639..e0a9ded11df4 100644 --- a/drivers/media/dvb/frontends/dib8000.h +++ b/drivers/media/dvb/frontends/dib8000.h | |||
@@ -109,6 +109,7 @@ static inline void dib8000_pwm_agc_reset(struct dvb_frontend *fe) | |||
109 | static inline s32 dib8000_get_adc_power(struct dvb_frontend *fe, u8 mode) | 109 | static inline s32 dib8000_get_adc_power(struct dvb_frontend *fe, u8 mode) |
110 | { | 110 | { |
111 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); | 111 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
112 | return 0; | ||
112 | } | 113 | } |
113 | #endif | 114 | #endif |
114 | 115 | ||