summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uplcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/uplcom.c')
-rw-r--r--sys/dev/usb/uplcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c
index 5a564e6..3082a23 100644
--- a/sys/dev/usb/uplcom.c
+++ b/sys/dev/usb/uplcom.c
@@ -321,7 +321,7 @@ SYSCTL_PROC(_hw_usb_uplcom, OID_AUTO, interval, CTLTYPE_INT | CTLFLAG_RW,
static int
uplcom_match(device_t self)
{
- USB_MATCH_START(uplcom, uaa);
+ struct usb_attach_arg *uaa = device_get_ivars(self);
int i;
if (uaa->iface != NULL)
OpenPOWER on IntegriCloud