summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx23885
diff options
context:
space:
mode:
authordarron@kewl.org <darron@kewl.org>2008-10-16 00:26:34 +0100
committerdarron@kewl.org <darron@kewl.org>2008-10-16 00:26:34 +0100
commita02327e81915e000e69a6db7297d68d578b8df97 (patch)
tree30f1a6427ff4bc7e304d86c5043d9c6293c1f5e7 /linux/drivers/media/video/cx23885
parent88ad9b4d994c8b8e301d0097ae3d6e27bf717683 (diff)
downloadmediapointer-dvb-s2-a02327e81915e000e69a6db7297d68d578b8df97.tar.gz
mediapointer-dvb-s2-a02327e81915e000e69a6db7297d68d578b8df97.tar.bz2
videobuf: data storage optimisation (2)
From: Darron Broad <darron@kewl.org> To optimise data storage even further one other redundant var has been removed. This also removes a redundant assignment. Priority: normal Signed-off-by: Darron Broad <darron@kewl.org> iSigned-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx23885')
-rw-r--r--linux/drivers/media/video/cx23885/cx23885-dvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-dvb.c b/linux/drivers/media/video/cx23885/cx23885-dvb.c
index 43baf5aea..a11fdbfb5 100644
--- a/linux/drivers/media/video/cx23885/cx23885-dvb.c
+++ b/linux/drivers/media/video/cx23885/cx23885-dvb.c
@@ -572,7 +572,7 @@ int cx23885_dvb_register(struct cx23885_tsport *port)
port->num_frontends);
for (i = 1; i <= port->num_frontends; i++) {
- if (videobuf_dvb_alloc_frontend(dev,
+ if (videobuf_dvb_alloc_frontend(
&port->frontends, i) == NULL) {
printk(KERN_ERR "%s() failed to alloc\n", __func__);
return -ENOMEM;