Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Oliver Endriss and committed by
Mauro Carvalho Chehab
4ee48c42 02fa272f

+1 -1
+1 -1
drivers/media/dvb/frontends/tda1002x.h
··· 76 76 struct i2c_adapter *i2c, u8 pwm); 77 77 #else 78 78 static inline struct dvb_frontend *tda10023_attach( 79 - const struct tda1002x_config *config, 79 + const struct tda10023_config *config, 80 80 struct i2c_adapter *i2c, u8 pwm) 81 81 { 82 82 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);