summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_atu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/if_atu.c')
-rw-r--r--sys/dev/usb/if_atu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c
index 4f98057d1aa..f4949aa3532 100644
--- a/sys/dev/usb/if_atu.c
+++ b/sys/dev/usb/if_atu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_atu.c,v 1.69 2006/03/25 22:41:46 djm Exp $ */
+/* $OpenBSD: if_atu.c,v 1.70 2006/05/11 18:50:19 miod Exp $ */
/*
* Copyright (c) 2003, 2004
* Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved.
@@ -963,7 +963,7 @@ atu_internal_firmware(void *arg)
DPRINTFN(15, ("%s: sending remap\n", USBDEVNAME(sc->atu_dev)));
err = atu_usb_request(sc, DFU_REMAP, 0, 0, 0, NULL);
- if ((err) && (! sc->atu_quirk & ATU_QUIRK_NO_REMAP)) {
+ if ((err) && (!ISSET(sc->atu_quirk, ATU_QUIRK_NO_REMAP))) {
DPRINTF(("%s: remap failed!\n", USBDEVNAME(sc->atu_dev)));
return;
}