Deleted Added
full compact
52c52
< __FBSDID("$FreeBSD: head/sys/dev/usb/wlan/if_uath.c 244503 2012-12-20 18:38:02Z hselasky $");
---
> __FBSDID("$FreeBSD: head/sys/dev/usb/wlan/if_uath.c 246565 2013-02-08 21:15:47Z hselasky $");
361,370d360
< /*
< * Allocate xfers for firmware commands.
< */
< error = uath_alloc_cmd_list(sc, sc->sc_cmd);
< if (error != 0) {
< device_printf(sc->sc_dev,
< "could not allocate Tx command list\n");
< goto fail;
< }
<
376c366
< goto fail1;
---
> goto fail;
384a375,384
> * Setup buffers for firmware commands.
> */
> error = uath_alloc_cmd_list(sc, sc->sc_cmd);
> if (error != 0) {
> device_printf(sc->sc_dev,
> "could not allocate Tx command list\n");
> goto fail1;
> }
>
> /*
495,496c495,496
< fail2: usbd_transfer_unsetup(sc->sc_xfer, UATH_N_XFERS);
< fail1: uath_free_cmd_list(sc, sc->sc_cmd);
---
> fail2: uath_free_cmd_list(sc, sc->sc_cmd);
> fail1: usbd_transfer_unsetup(sc->sc_xfer, UATH_N_XFERS);