Deleted Added
full compact
4c4
< __FBSDID("$FreeBSD: head/sys/dev/usb2/serial/uvscom2.c 184736 2008-11-06 17:26:12Z imp $");
---
> __FBSDID("$FreeBSD: head/sys/dev/usb2/serial/uvscom2.c 184824 2008-11-10 20:54:31Z thompsa $");
343c343
< mtx_lock(sc->sc_xfer[4]->priv_mtx);
---
> USB_XFER_LOCK(sc->sc_xfer[4]);
345c345
< mtx_unlock(sc->sc_xfer[4]->priv_mtx);
---
> USB_XFER_UNLOCK(sc->sc_xfer[4]);