summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_kue.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/if_kue.c')
-rw-r--r--sys/dev/usb/if_kue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c
index 8cae085..7710225 100644
--- a/sys/dev/usb/if_kue.c
+++ b/sys/dev/usb/if_kue.c
@@ -380,7 +380,7 @@ kue_reset(struct kue_softc *sc)
static int
kue_match(device_t self)
{
- USB_MATCH_START(kue, uaa);
+ struct usb_attach_arg *uaa = device_get_ivars(self);
struct kue_type *t;
if (!uaa->iface)
OpenPOWER on IntegriCloud