|
@@ -2203,10 +2203,8 @@ static int uea_boot(struct uea_softc *sc)
|
|
|
}
|
|
|
|
|
|
sc->urb_int = usb_alloc_urb(0, GFP_KERNEL);
|
|
|
- if (!sc->urb_int) {
|
|
|
- uea_err(INS_TO_USBDEV(sc), "cannot allocate interrupt URB\n");
|
|
|
+ if (!sc->urb_int)
|
|
|
goto err1;
|
|
|
- }
|
|
|
|
|
|
usb_fill_int_urb(sc->urb_int, sc->usb_dev,
|
|
|
usb_rcvintpipe(sc->usb_dev, UEA_INTR_PIPE),
|