Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / drivers / net / wimax / i2400m / usb-notif.c
index fc1355d98bc6aef839bc6ac2ce315d549f6f03a5..5d429f81612546fa44c6c19f6b64c28fc2f6b336 100644 (file)
@@ -206,7 +206,6 @@ int i2400mu_notification_setup(struct i2400mu *i2400mu)
        i2400mu->notif_urb = usb_alloc_urb(0, GFP_KERNEL);
        if (!i2400mu->notif_urb) {
                ret = -ENOMEM;
-               dev_err(dev, "notification: cannot allocate URB\n");
                goto error_alloc_urb;
        }
        epd = usb_get_epd(i2400mu->usb_iface,
This page took 0.0244 seconds and 5 git commands to generate.