projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02fa272
)
V4L/DVB (8334): tda10023: Fix typo in tda10023_attach dummy routine
author
Oliver Endriss
<
[email protected]
>
Tue, 15 Jul 2008 22:36:46 +0000
(19:36 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Sun, 20 Jul 2008 10:25:08 +0000
(07:25 -0300)
Fix compiler warning caused by a typo in the tda10023_attach dummy routine.
Signed-off-by: Oliver Endriss <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb/frontends/tda1002x.h
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/tda1002x.h
b/drivers/media/dvb/frontends/tda1002x.h
index afc0a32eaabd02d0e21ad162a536cd08222c47fa..04d19418bf2086254bb6dda50e8480bb176a9e72 100644
(file)
--- a/
drivers/media/dvb/frontends/tda1002x.h
+++ b/
drivers/media/dvb/frontends/tda1002x.h
@@
-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 tda1002
x
_config *config,
+ const struct tda1002
3
_config *config,
struct i2c_adapter *i2c, u8 pwm)
{
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);