1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/comms/uhso-kmod/files/patch-uhso.c
Pav Lucistnik bbf61b662c - Update to 20100416
PR:		ports/148085
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
2010-08-13 14:35:08 +00:00

13 lines
349 B
C

--- uhso.c.orig 2010-06-22 06:13:57.405352705 +0000
+++ uhso.c 2010-06-22 06:14:13.902069815 +0000
@@ -657,7 +657,8 @@
static void
uhso_cd_read_callback(struct usb_xfer *xfer, usb_error_t error)
{
- struct uhso_cd_softc *sc = usbd_xfer_softc(xfer);
+ struct uhso_cd_softc *sc;
+ sc = usbd_xfer_softc(xfer);
UHSO_DPRINTF(1, "sc=%p\n", sc);
}