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:
804258c
)
V4L/DVB: lgdt3305: remove pointless function, lgdt3304_sleep
author
Michael Krufky
<
[email protected]
>
Fri, 12 Mar 2010 02:33:20 +0000
(23:33 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Mon, 2 Aug 2010 17:45:59 +0000
(14:45 -0300)
Signed-off-by: Michael Krufky <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb/frontends/lgdt3305.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/lgdt3305.c
b/drivers/media/dvb/frontends/lgdt3305.c
index d329d6abef8ad59b9986236ea8f09804d78dd7f7..1c53766ac7387017a83e2711b7f69830fc0a8698 100644
(file)
--- a/
drivers/media/dvb/frontends/lgdt3305.c
+++ b/
drivers/media/dvb/frontends/lgdt3305.c
@@
-557,11
+557,6
@@
static int lgdt3305_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
enable ? 0 : 1);
}
-static int lgdt3304_sleep(struct dvb_frontend *fe)
-{
- return 0;
-}
-
static int lgdt3305_sleep(struct dvb_frontend *fe)
{
struct lgdt3305_state *state = fe->demodulator_priv;
@@
-1202,7
+1197,6
@@
static struct dvb_frontend_ops lgdt3304_ops = {
},
.i2c_gate_ctrl = lgdt3305_i2c_gate_ctrl,
.init = lgdt3304_init,
- .sleep = lgdt3304_sleep,
.set_frontend = lgdt3304_set_parameters,
.get_frontend = lgdt3305_get_frontend,
.get_tune_settings = lgdt3305_get_tune_settings,