Commit e66eaaca authored by P33M's avatar P33M
Browse files

dwc_otg: whitespace cleanup in dwc_otg_urb_enqueue

parent c46c85b2
Loading
Loading
Loading
Loading
+29 −30
Original line number Diff line number Diff line
@@ -801,11 +801,10 @@ static int dwc_otg_urb_enqueue(struct usb_hcd *hcd,
			usb_hcd_unlink_urb_from_ep(hcd, urb);
			DWC_SPINUNLOCK_IRQRESTORE(dwc_otg_hcd->lock, irqflags);
#endif
                        if (retval == -DWC_E_NO_DEVICE) {
			if (retval == -DWC_E_NO_DEVICE)
				retval = -ENODEV;
		}
	}
        }
	return retval;
}