|
@@ -442,8 +442,6 @@ int cx231xx_init_vbi_isoc(struct cx231xx *dev, int max_packets,
|
|
|
|
|
|
urb = usb_alloc_urb(0, GFP_KERNEL);
|
|
urb = usb_alloc_urb(0, GFP_KERNEL);
|
|
if (!urb) {
|
|
if (!urb) {
|
|
- dev_err(dev->dev,
|
|
|
|
- "cannot alloc bulk_ctl.urb %i\n", i);
|
|
|
|
cx231xx_uninit_vbi_isoc(dev);
|
|
cx231xx_uninit_vbi_isoc(dev);
|
|
return -ENOMEM;
|
|
return -ENOMEM;
|
|
}
|
|
}
|