mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
bbf61b662c
PR: ports/148085 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
13 lines
349 B
C
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);
|
|
}
|