Merge remote-tracking branch 'usb/usb-next'
[deliverable/linux.git] / drivers / usb / host / fhci-hcd.c
index 0960f41f945aba959da6efd566754b3b6553b124..55a0ae6f2d7430cdd4846a121efaa2620ae379cc 100644 (file)
@@ -310,10 +310,8 @@ static struct fhci_usb *fhci_create_lld(struct fhci_hcd *fhci)
 
        /* allocate memory for SCC data structure */
        usb = kzalloc(sizeof(*usb), GFP_KERNEL);
-       if (!usb) {
-               fhci_err(fhci, "no memory for SCC data struct\n");
+       if (!usb)
                return NULL;
-       }
 
        usb->fhci = fhci;
        usb->hc_list = fhci->hc_list;
This page took 0.024341 seconds and 5 git commands to generate.