diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-01-13 19:04:12 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-01-13 19:04:12 +0000 |
commit | f5ecfaa16f461c143199eed147daa12b2d96cf24 (patch) | |
tree | b62453944e48a3cfc64ab309c7dc61b63573438a /sys/dev/usb2/controller | |
parent | b1d0bacc6a02bbf7d239be34106924d571c8414a (diff) | |
download | FreeBSD-src-f5ecfaa16f461c143199eed147daa12b2d96cf24.zip FreeBSD-src-f5ecfaa16f461c143199eed147daa12b2d96cf24.tar.gz |
MFp4: //depot/projects/usb@155923
Fix remaining xfer->udev variable changes.
Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev/usb2/controller')
-rw-r--r-- | sys/dev/usb2/controller/at91dci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb2/controller/at91dci.c b/sys/dev/usb2/controller/at91dci.c index 9ab9710..4b53051 100644 --- a/sys/dev/usb2/controller/at91dci.c +++ b/sys/dev/usb2/controller/at91dci.c @@ -1025,7 +1025,7 @@ at91dci_timeout(void *arg) DPRINTF("xfer=%p\n", xfer); - USB_BUS_LOCK_ASSERT(xfer->udev->bus, MA_OWNED); + USB_BUS_LOCK_ASSERT(xfer->xroot->bus, MA_OWNED); /* transfer is transferred */ at91dci_device_done(xfer, USB_ERR_TIMEOUT); |