diff options
Diffstat (limited to 'drivers/media/video/tuner-simple.h')
-rw-r--r-- | drivers/media/video/tuner-simple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-simple.h b/drivers/media/video/tuner-simple.h index bf425f325f87..e46cf0121e03 100644 --- a/drivers/media/video/tuner-simple.h +++ b/drivers/media/video/tuner-simple.h | |||
@@ -31,7 +31,7 @@ static inline struct dvb_frontend *simple_tuner_attach(struct dvb_frontend *fe, | |||
31 | u8 i2c_addr, | 31 | u8 i2c_addr, |
32 | unsigned int type) | 32 | unsigned int type) |
33 | { | 33 | { |
34 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 34 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
35 | return NULL; | 35 | return NULL; |
36 | } | 36 | } |
37 | #endif | 37 | #endif |