diff options
Diffstat (limited to 'drivers/media/dvb/frontends/au8522.h')
-rw-r--r-- | drivers/media/dvb/frontends/au8522.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/au8522.h b/drivers/media/dvb/frontends/au8522.h index 9952957ab7b0..19d5d1ef9842 100644 --- a/drivers/media/dvb/frontends/au8522.h +++ b/drivers/media/dvb/frontends/au8522.h | |||
@@ -43,7 +43,7 @@ static inline | |||
43 | struct dvb_frontend *au8522_attach(const struct au8522_config *config, | 43 | struct dvb_frontend *au8522_attach(const struct au8522_config *config, |
44 | struct i2c_adapter *i2c) | 44 | struct i2c_adapter *i2c) |
45 | { | 45 | { |
46 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 46 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
47 | return NULL; | 47 | return NULL; |
48 | } | 48 | } |
49 | #endif /* CONFIG_DVB_AU8522 */ | 49 | #endif /* CONFIG_DVB_AU8522 */ |