aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/stb6100.c
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2007-09-24 19:15:41 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 17:53:16 -0200
commitdb1d3b80b3d077b6d5936f2afef3e5a84d302c1a (patch)
tree6cd8b5d95ebcc89ee159419c685e68f37b7423c8 /drivers/media/dvb/frontends/stb6100.c
parenta55bc848559d229025f5b2468fbed1070ae377e7 (diff)
V4L/DVB (9400): stb6100: Code Simplification
The 2 callbacks created nothing more than confusion Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb6100.c')
-rw-r--r--drivers/media/dvb/frontends/stb6100.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/stb6100.c b/drivers/media/dvb/frontends/stb6100.c
index 234ca7344a1..426a15272e5 100644
--- a/drivers/media/dvb/frontends/stb6100.c
+++ b/drivers/media/dvb/frontends/stb6100.c
@@ -516,8 +516,6 @@ static struct dvb_tuner_ops stb6100_ops = {
.get_status = stb6100_get_status,
.get_state = stb6100_get_state,
.set_state = stb6100_set_state,
- .get_frequency = stb6100_get_frequency,
- .get_bandwidth = stb6100_get_bandwidth,
.release = stb6100_release
};
@@ -543,7 +541,6 @@ struct dvb_frontend *stb6100_attach(struct dvb_frontend *fe,
error:
kfree(state);
-
return NULL;
}