diff options
Diffstat (limited to 'drivers/media/dvb/frontends/tda1002x.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda1002x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/tda1002x.h b/drivers/media/dvb/frontends/tda1002x.h index e9094d8123f6..1bcc0d44b90b 100644 --- a/drivers/media/dvb/frontends/tda1002x.h +++ b/drivers/media/dvb/frontends/tda1002x.h | |||
@@ -40,7 +40,7 @@ extern struct dvb_frontend* tda10021_attach(const struct tda1002x_config* config | |||
40 | static inline struct dvb_frontend* tda10021_attach(const struct tda1002x_config* config, | 40 | static inline struct dvb_frontend* tda10021_attach(const struct tda1002x_config* config, |
41 | struct i2c_adapter* i2c, u8 pwm) | 41 | struct i2c_adapter* i2c, u8 pwm) |
42 | { | 42 | { |
43 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 43 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
44 | return NULL; | 44 | return NULL; |
45 | } | 45 | } |
46 | #endif // CONFIG_DVB_TDA10021 | 46 | #endif // CONFIG_DVB_TDA10021 |
@@ -52,7 +52,7 @@ extern struct dvb_frontend* tda10023_attach(const struct tda1002x_config* config | |||
52 | static inline struct dvb_frontend* tda10023_attach(const struct tda1002x_config* config, | 52 | static inline struct dvb_frontend* tda10023_attach(const struct tda1002x_config* config, |
53 | struct i2c_adapter* i2c, u8 pwm) | 53 | struct i2c_adapter* i2c, u8 pwm) |
54 | { | 54 | { |
55 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 55 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
56 | return NULL; | 56 | return NULL; |
57 | } | 57 | } |
58 | #endif // CONFIG_DVB_TDA10023 | 58 | #endif // CONFIG_DVB_TDA10023 |