diff options
Diffstat (limited to 'drivers/media/dvb/frontends/tda18271.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda18271.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda18271.h b/drivers/media/dvb/frontends/tda18271.h index b547318c951..0e7af8d05a3 100644 --- a/drivers/media/dvb/frontends/tda18271.h +++ b/drivers/media/dvb/frontends/tda18271.h | |||
@@ -91,7 +91,7 @@ static inline struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, | |||
91 | struct i2c_adapter *i2c, | 91 | struct i2c_adapter *i2c, |
92 | struct tda18271_config *cfg) | 92 | struct tda18271_config *cfg) |
93 | { | 93 | { |
94 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 94 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
95 | return NULL; | 95 | return NULL; |
96 | } | 96 | } |
97 | #endif | 97 | #endif |