diff options
Diffstat (limited to 'drivers/media/dvb/frontends/bcm3510.h')
-rw-r--r-- | drivers/media/dvb/frontends/bcm3510.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/bcm3510.h b/drivers/media/dvb/frontends/bcm3510.h index 7e4f95e1734b..f4575c0cc446 100644 --- a/drivers/media/dvb/frontends/bcm3510.h +++ b/drivers/media/dvb/frontends/bcm3510.h | |||
@@ -41,7 +41,7 @@ extern struct dvb_frontend* bcm3510_attach(const struct bcm3510_config* config, | |||
41 | static inline struct dvb_frontend* bcm3510_attach(const struct bcm3510_config* config, | 41 | static inline struct dvb_frontend* bcm3510_attach(const struct bcm3510_config* config, |
42 | struct i2c_adapter* i2c) | 42 | struct i2c_adapter* i2c) |
43 | { | 43 | { |
44 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 44 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
45 | return NULL; | 45 | return NULL; |
46 | } | 46 | } |
47 | #endif // CONFIG_DVB_BCM3510 | 47 | #endif // CONFIG_DVB_BCM3510 |