summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/usb/if_aue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c
index 0ee3152..44614d5 100644
--- a/sys/dev/usb/if_aue.c
+++ b/sys/dev/usb/if_aue.c
@@ -618,7 +618,7 @@ USB_MATCH(aue)
USB_MATCH_START(aue, uaa);
struct aue_type *t;
- if (uaa->iface != NULL)
+ if (uaa->iface == NULL)
return (UMATCH_NONE);
t = aue_devs;
OpenPOWER on IntegriCloud