diff options
Diffstat (limited to 'drivers/media/dvb/frontends/nxt200x.h')
-rw-r--r-- | drivers/media/dvb/frontends/nxt200x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/nxt200x.h b/drivers/media/dvb/frontends/nxt200x.h index bb0ef58d7972..f3c84583770f 100644 --- a/drivers/media/dvb/frontends/nxt200x.h +++ b/drivers/media/dvb/frontends/nxt200x.h | |||
@@ -49,7 +49,7 @@ extern struct dvb_frontend* nxt200x_attach(const struct nxt200x_config* config, | |||
49 | static inline struct dvb_frontend* nxt200x_attach(const struct nxt200x_config* config, | 49 | static inline struct dvb_frontend* nxt200x_attach(const struct nxt200x_config* config, |
50 | struct i2c_adapter* i2c) | 50 | struct i2c_adapter* i2c) |
51 | { | 51 | { |
52 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 52 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
53 | return NULL; | 53 | return NULL; |
54 | } | 54 | } |
55 | #endif // CONFIG_DVB_NXT200X | 55 | #endif // CONFIG_DVB_NXT200X |