Merge remote-tracking branch 'usb/usb-next'
[deliverable/linux.git] / drivers / usb / wusbcore / wa-xfer.c
index 69af4fd9e07220b29edeeec2b46fbde469d7d2ac..167fcc71f5f6e95b16f49028a1852d216a0b9e64 100644 (file)
@@ -2865,10 +2865,8 @@ int wa_dti_start(struct wahc *wa)
                goto out;
 
        wa->dti_urb = usb_alloc_urb(0, GFP_KERNEL);
-       if (wa->dti_urb == NULL) {
-               dev_err(dev, "Can't allocate DTI URB\n");
+       if (wa->dti_urb == NULL)
                goto error_dti_urb_alloc;
-       }
        usb_fill_bulk_urb(
                wa->dti_urb, wa->usb_dev,
                usb_rcvbulkpipe(wa->usb_dev, 0x80 | dti_epd->bEndpointAddress),
This page took 0.024176 seconds and 5 git commands to generate.