diff options
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index 8e9871106afa..e1aac07b3158 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -571,7 +571,7 @@ int cx23885_dvb_register(struct cx23885_tsport *port) | |||
571 | port->num_frontends); | 571 | port->num_frontends); |
572 | 572 | ||
573 | for (i = 1; i <= port->num_frontends; i++) { | 573 | for (i = 1; i <= port->num_frontends; i++) { |
574 | if (videobuf_dvb_alloc_frontend(dev, | 574 | if (videobuf_dvb_alloc_frontend( |
575 | &port->frontends, i) == NULL) { | 575 | &port->frontends, i) == NULL) { |
576 | printk(KERN_ERR "%s() failed to alloc\n", __func__); | 576 | printk(KERN_ERR "%s() failed to alloc\n", __func__); |
577 | return -ENOMEM; | 577 | return -ENOMEM; |