aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/urio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/urio.c')
-rw-r--r--sys/dev/usb/urio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/urio.c b/sys/dev/usb/urio.c
index b99d4005558e..046e847372a2 100644
--- a/sys/dev/usb/urio.c
+++ b/sys/dev/usb/urio.c
@@ -137,7 +137,7 @@ USB_DECLARE_DRIVER(urio);
static int
urio_match(device_t self)
{
- USB_MATCH_START(urio, uaa);
+ struct usb_attach_arg *uaa = device_get_ivars(self);
usb_device_descriptor_t *dd;
DPRINTFN(10,("urio_match\n"));