Skip to content

Commit

Permalink
V4L/DVB (8334): tda10023: Fix typo in tda10023_attach dummy routine
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Oliver Endriss authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent 02fa272 commit 4ee48c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/tda1002x.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ extern struct dvb_frontend *tda10023_attach(
struct i2c_adapter *i2c, u8 pwm);
#else
static inline struct dvb_frontend *tda10023_attach(
const struct tda1002x_config *config,
const struct tda10023_config *config,
struct i2c_adapter *i2c, u8 pwm)
{
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
Expand Down

0 comments on commit 4ee48c4

Please sign in to comment.