diff options
Diffstat (limited to 'sys/dev/usb/if_rue.c')
-rw-r--r-- | sys/dev/usb/if_rue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/if_rue.c b/sys/dev/usb/if_rue.c index c2c8dd55dc9c..d9f54c54004c 100644 --- a/sys/dev/usb/if_rue.c +++ b/sys/dev/usb/if_rue.c @@ -550,7 +550,7 @@ rue_reset(struct rue_softc *sc) static int rue_match(device_t self) { - USB_MATCH_START(rue, uaa); + struct usb_attach_arg *uaa = device_get_ivars(self); struct rue_type *t; if (uaa->iface == NULL) |