summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/if_uath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c
index 8da5798b44a..ed0b89b51c4 100644
--- a/sys/dev/usb/if_uath.c
+++ b/sys/dev/usb/if_uath.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_uath.c,v 1.1 2006/09/16 13:21:23 damien Exp $ */
+/* $OpenBSD: if_uath.c,v 1.2 2006/09/16 13:37:41 damien Exp $ */
/*-
* Copyright (c) 2006
@@ -1623,7 +1623,7 @@ Static int
uath_reset(struct uath_softc *sc)
{
struct uath_cmd_setup setup;
-uint32_t reg, val;
+ uint32_t reg, val;
int s, error;
/* init device with some voodoo incantations.. */