diff options
Diffstat (limited to 'drivers/media/dvb/frontends/s5h1409.h')
-rw-r--r-- | drivers/media/dvb/frontends/s5h1409.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/s5h1409.h b/drivers/media/dvb/frontends/s5h1409.h index f0bb13fe808b..59f4335964c6 100644 --- a/drivers/media/dvb/frontends/s5h1409.h +++ b/drivers/media/dvb/frontends/s5h1409.h | |||
@@ -67,7 +67,7 @@ extern struct dvb_frontend* s5h1409_attach(const struct s5h1409_config* config, | |||
67 | static inline struct dvb_frontend* s5h1409_attach(const struct s5h1409_config* config, | 67 | static inline struct dvb_frontend* s5h1409_attach(const struct s5h1409_config* config, |
68 | struct i2c_adapter* i2c) | 68 | struct i2c_adapter* i2c) |
69 | { | 69 | { |
70 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 70 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
71 | return NULL; | 71 | return NULL; |
72 | } | 72 | } |
73 | #endif /* CONFIG_DVB_S5H1409 */ | 73 | #endif /* CONFIG_DVB_S5H1409 */ |