Merge remote-tracking branch 'usb/usb-next'
[deliverable/linux.git] / drivers / uwb / hwa-rc.c
index 0257f35cfb9d01983fa738358b54f4b600af568c..0aa6c3c29d17260f684b8bf79944eff43af04427 100644 (file)
@@ -701,10 +701,8 @@ static int hwarc_neep_init(struct uwb_rc *rc)
                goto error_rd_buffer;
        }
        hwarc->neep_urb = usb_alloc_urb(0, GFP_KERNEL);
-       if (hwarc->neep_urb == NULL) {
-               dev_err(dev, "Unable to allocate notification URB\n");
+       if (hwarc->neep_urb == NULL)
                goto error_urb_alloc;
-       }
        usb_fill_int_urb(hwarc->neep_urb, usb_dev,
                         usb_rcvintpipe(usb_dev, epd->bEndpointAddress),
                         hwarc->rd_buffer, PAGE_SIZE,
This page took 0.024257 seconds and 5 git commands to generate.