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:
ca25cb5
)
[media] mn88472: correct attach symbol name
author
Antti Palosaari
<
[email protected]
>
Mon, 2 Dec 2013 23:19:52 +0000
(20:19 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 14 Nov 2014 19:18:46 +0000
(17:18 -0200)
Wrong symbol name causes demod attach failure.
Reported-by: Benjamin Larsson <
[email protected]
>
Signed-off-by: Antti Palosaari <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb-frontends/mn88472.h
patch
|
blob
|
history
diff --git
a/drivers/media/dvb-frontends/mn88472.h
b/drivers/media/dvb-frontends/mn88472.h
index 29aa485071737aae01502ddcf3405954c1bb6c87..c817bfba96813e559464940dcadfe9ca301273a0 100644
(file)
--- a/
drivers/media/dvb-frontends/mn88472.h
+++ b/
drivers/media/dvb-frontends/mn88472.h
@@
-28,12
+28,12
@@
struct mn88472_c_config {
};
#if IS_ENABLED(CONFIG_DVB_MN88472)
-extern struct dvb_frontend *mn88472_
c_attach
(
+extern struct dvb_frontend *mn88472_
attach_c
(
const struct mn88472_c_config *cfg,
struct i2c_adapter *i2c
);
#else
-static inline struct dvb_frontend *mn88472_
c_attach
(
+static inline struct dvb_frontend *mn88472_
attach_c
(
const struct mn88472_c_config *cfg,
struct i2c_adapter *i2c
)