summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-12-22 23:19:00 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 11:16:04 (GMT)
commitbe21ced21a6394e91088bf80dd0b6efa48c4b18d (patch)
treec54d5d03acdacdafc77dc20b54529e5ae87e0d8a
parent759e236c5f58dcf72ebc722e5241c01da2918a61 (diff)
downloadlinux-fsl-qoriq-be21ced21a6394e91088bf80dd0b6efa48c4b18d.tar.xz
[media] cx24113: cleanup: remove unused init
There's no need to initialize with zero. This only wastes space at the data segment. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/dvb/frontends/cx24113.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/cx24113.c b/drivers/media/dvb/frontends/cx24113.c
index 4b8794f..3883c3b 100644
--- a/drivers/media/dvb/frontends/cx24113.c
+++ b/drivers/media/dvb/frontends/cx24113.c
@@ -547,11 +547,9 @@ static const struct dvb_tuner_ops cx24113_tuner_ops = {
.release = cx24113_release,
.init = cx24113_init,
- .sleep = NULL,
.set_params = cx24113_set_params,
.get_frequency = cx24113_get_frequency,
- .get_bandwidth = NULL,
.get_status = cx24113_get_status,
};