summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ufm.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-06-17 16:24:49 +0000
committerimp <imp@FreeBSD.org>2007-06-17 16:24:49 +0000
commit3df4a89c178cc077a476abb01253c7d687f2df81 (patch)
treef626e34ce9c13aeae74da3bccfe80308de3bac25 /sys/dev/usb/ufm.c
parentfe845d62539b6ce2413cec49e660b11a8ea6acbd (diff)
downloadFreeBSD-src-3df4a89c178cc077a476abb01253c7d687f2df81.zip
FreeBSD-src-3df4a89c178cc077a476abb01253c7d687f2df81.tar.gz
Expand USB_MATCH_START
Diffstat (limited to 'sys/dev/usb/ufm.c')
-rw-r--r--sys/dev/usb/ufm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ufm.c b/sys/dev/usb/ufm.c
index 0c7c89cc..ad7dc20 100644
--- a/sys/dev/usb/ufm.c
+++ b/sys/dev/usb/ufm.c
@@ -103,7 +103,7 @@ USB_DECLARE_DRIVER(ufm);
static int
ufm_match(device_t self)
{
- USB_MATCH_START(ufm, uaa);
+ struct usb_attach_arg *uaa = device_get_ivars(self);
usb_device_descriptor_t *dd;
DPRINTFN(10,("ufm_match\n"));
OpenPOWER on IntegriCloud