diff options
Diffstat (limited to 'drivers/media/dvb/frontends/or51211.h')
| -rw-r--r-- | drivers/media/dvb/frontends/or51211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/or51211.h b/drivers/media/dvb/frontends/or51211.h index 8aad8402d615..3ce0508b898e 100644 --- a/drivers/media/dvb/frontends/or51211.h +++ b/drivers/media/dvb/frontends/or51211.h | |||
| @@ -44,7 +44,7 @@ extern struct dvb_frontend* or51211_attach(const struct or51211_config* config, | |||
| 44 | static inline struct dvb_frontend* or51211_attach(const struct or51211_config* config, | 44 | static inline struct dvb_frontend* or51211_attach(const struct or51211_config* config, |
| 45 | struct i2c_adapter* i2c) | 45 | struct i2c_adapter* i2c) |
| 46 | { | 46 | { |
| 47 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 47 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
| 48 | return NULL; | 48 | return NULL; |
| 49 | } | 49 | } |
| 50 | #endif // CONFIG_DVB_OR51211 | 50 | #endif // CONFIG_DVB_OR51211 |
