diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2008-07-15 18:36:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:25:08 -0400 |
commit | 4ee48c4257d842a29c032a32a19a3fcdd004b83f (patch) | |
tree | 25dc32b84b63791f8cc76a6a252b12d1538747b2 /drivers/media/dvb/frontends | |
parent | 02fa272fcb6edda9059d6dbaab20dfe919f4f4d2 (diff) |
V4L/DVB (8334): tda10023: Fix typo in tda10023_attach dummy routine
Fix compiler warning caused by a typo in the tda10023_attach dummy routine.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r-- | drivers/media/dvb/frontends/tda1002x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda1002x.h b/drivers/media/dvb/frontends/tda1002x.h index afc0a32eaabd..04d19418bf20 100644 --- a/drivers/media/dvb/frontends/tda1002x.h +++ b/drivers/media/dvb/frontends/tda1002x.h | |||
@@ -76,7 +76,7 @@ extern struct dvb_frontend *tda10023_attach( | |||
76 | struct i2c_adapter *i2c, u8 pwm); | 76 | struct i2c_adapter *i2c, u8 pwm); |
77 | #else | 77 | #else |
78 | static inline struct dvb_frontend *tda10023_attach( | 78 | static inline struct dvb_frontend *tda10023_attach( |
79 | const struct tda1002x_config *config, | 79 | const struct tda10023_config *config, |
80 | struct i2c_adapter *i2c, u8 pwm) | 80 | struct i2c_adapter *i2c, u8 pwm) |
81 | { | 81 | { |
82 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); | 82 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |