aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885
diff options
context:
space:
mode:
authorDarron Broad <darron@kewl.org>2008-10-15 12:43:41 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-17 16:28:31 -0400
commit7bdf84fc47f2d2ed2194b6ade480d043207c4098 (patch)
tree8f015d667fcba57e7223458c61c1de87f8d67413 /drivers/media/video/cx23885
parent6594690b39f9f9fcadafb1caf019bfd7a326e2e5 (diff)
V4L/DVB (9265): videobuf: data storage optimisation
To optimise data storage redundant vars are removed. Signed-off-by: Darron Broad <darron@kewl.org> Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r--drivers/media/video/cx23885/cx23885-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-core.c b/drivers/media/video/cx23885/cx23885-core.c
index 110e2ed2061d..8f6fb2add7de 100644
--- a/drivers/media/video/cx23885/cx23885-core.c
+++ b/drivers/media/video/cx23885/cx23885-core.c
@@ -643,7 +643,7 @@ static int cx23885_init_tsport(struct cx23885_dev *dev,
643 init_timer(&port->mpegq.timeout); 643 init_timer(&port->mpegq.timeout);
644 644
645 mutex_init(&port->frontends.lock); 645 mutex_init(&port->frontends.lock);
646 INIT_LIST_HEAD(&port->frontends.frontend.felist); 646 INIT_LIST_HEAD(&port->frontends.felist);
647 port->frontends.active_fe_id = 0; 647 port->frontends.active_fe_id = 0;
648 648
649 /* This should be hardcoded allow a single frontend 649 /* This should be hardcoded allow a single frontend