diff options
Diffstat (limited to 'drivers/media/dvb/frontends/tda10086.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda10086.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda10086.h b/drivers/media/dvb/frontends/tda10086.h index eeceaeee78ff..197c237e515f 100644 --- a/drivers/media/dvb/frontends/tda10086.h +++ b/drivers/media/dvb/frontends/tda10086.h | |||
@@ -45,7 +45,7 @@ extern struct dvb_frontend* tda10086_attach(const struct tda10086_config* config | |||
45 | static inline struct dvb_frontend* tda10086_attach(const struct tda10086_config* config, | 45 | static inline struct dvb_frontend* tda10086_attach(const struct tda10086_config* config, |
46 | struct i2c_adapter* i2c) | 46 | struct i2c_adapter* i2c) |
47 | { | 47 | { |
48 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 48 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
49 | return NULL; | 49 | return NULL; |
50 | } | 50 | } |
51 | #endif // CONFIG_DVB_TDA10086 | 51 | #endif // CONFIG_DVB_TDA10086 |