diff options
Diffstat (limited to 'drivers/media/dvb/frontends/cx22700.h')
-rw-r--r-- | drivers/media/dvb/frontends/cx22700.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/cx22700.h b/drivers/media/dvb/frontends/cx22700.h index 7ac33690cdcc..4757a930ca05 100644 --- a/drivers/media/dvb/frontends/cx22700.h +++ b/drivers/media/dvb/frontends/cx22700.h | |||
@@ -38,7 +38,7 @@ extern struct dvb_frontend* cx22700_attach(const struct cx22700_config* config, | |||
38 | static inline struct dvb_frontend* cx22700_attach(const struct cx22700_config* config, | 38 | static inline struct dvb_frontend* cx22700_attach(const struct cx22700_config* config, |
39 | struct i2c_adapter* i2c) | 39 | struct i2c_adapter* i2c) |
40 | { | 40 | { |
41 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 41 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
42 | return NULL; | 42 | return NULL; |
43 | } | 43 | } |
44 | #endif // CONFIG_DVB_CX22700 | 44 | #endif // CONFIG_DVB_CX22700 |