提交 4ee48c42 编写于 作者: O Oliver Endriss 提交者: Mauro Carvalho Chehab

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: NOliver Endriss <o.endriss@gmx.de>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 02fa272f
...@@ -76,7 +76,7 @@ extern struct dvb_frontend *tda10023_attach( ...@@ -76,7 +76,7 @@ extern struct dvb_frontend *tda10023_attach(
struct i2c_adapter *i2c, u8 pwm); struct i2c_adapter *i2c, u8 pwm);
#else #else
static inline struct dvb_frontend *tda10023_attach( static inline struct dvb_frontend *tda10023_attach(
const struct tda1002x_config *config, const struct tda10023_config *config,
struct i2c_adapter *i2c, u8 pwm) struct i2c_adapter *i2c, u8 pwm)
{ {
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册