]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/video/cx23885/cx23885-dvb.c
V4L/DVB (9271): videobuf: data storage optimisation (2)
[karo-tx-linux.git] / drivers / media / video / cx23885 / cx23885-dvb.c
index 8e9871106afa2929813be8f03bf1601fe42389d0..e1aac07b3158a42bd32210f1d3d0a123b09cb940 100644 (file)
@@ -571,7 +571,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;