diff options
Diffstat (limited to 'drivers/media/video/tda8290.h')
-rw-r--r-- | drivers/media/video/tda8290.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/tda8290.h b/drivers/media/video/tda8290.h index dc8ef310b7b2..d3bbf276a469 100644 --- a/drivers/media/video/tda8290.h +++ b/drivers/media/video/tda8290.h | |||
@@ -21,7 +21,7 @@ | |||
21 | #include "dvb_frontend.h" | 21 | #include "dvb_frontend.h" |
22 | 22 | ||
23 | struct tda829x_config { | 23 | struct tda829x_config { |
24 | unsigned int *lna_cfg; | 24 | unsigned int lna_cfg; |
25 | int (*tuner_callback) (void *dev, int command, int arg); | 25 | int (*tuner_callback) (void *dev, int command, int arg); |
26 | 26 | ||
27 | unsigned int probe_tuner:1; | 27 | unsigned int probe_tuner:1; |
@@ -39,7 +39,7 @@ extern struct dvb_frontend *tda829x_attach(struct dvb_frontend *fe, | |||
39 | #else | 39 | #else |
40 | static inline int tda829x_probe(struct i2c_adapter *i2c_adap, u8 i2c_addr) | 40 | static inline int tda829x_probe(struct i2c_adapter *i2c_adap, u8 i2c_addr) |
41 | { | 41 | { |
42 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 42 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
43 | return -EINVAL; | 43 | return -EINVAL; |
44 | } | 44 | } |
45 | 45 | ||
@@ -49,7 +49,7 @@ static inline struct dvb_frontend *tda829x_attach(struct dvb_frontend *fe, | |||
49 | struct tda829x_config *cfg) | 49 | struct tda829x_config *cfg) |
50 | { | 50 | { |
51 | printk(KERN_INFO "%s: not probed - driver disabled by Kconfig\n", | 51 | printk(KERN_INFO "%s: not probed - driver disabled by Kconfig\n", |
52 | __FUNCTION__); | 52 | __func__); |
53 | return NULL; | 53 | return NULL; |
54 | } | 54 | } |
55 | #endif | 55 | #endif |