summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_urtwn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/if_urtwn.c')
-rw-r--r--sys/dev/usb/if_urtwn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c
index 0f7c3131ea3..302e6c28104 100644
--- a/sys/dev/usb/if_urtwn.c
+++ b/sys/dev/usb/if_urtwn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_urtwn.c,v 1.16 2011/02/10 17:26:40 jakemsr Exp $ */
+/* $OpenBSD: if_urtwn.c,v 1.17 2011/06/19 17:55:37 jsg Exp $ */
/*-
* Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -2222,7 +2222,7 @@ urtwn_load_firmware(struct urtwn_softc *sc)
error = urtwn_fw_loadpage(sc, page, ptr, mlen);
if (error != 0) {
printf("%s: could not load firmware page %d\n",
- sc->sc_dev.dv_xname);
+ sc->sc_dev.dv_xname, page);
goto fail;
}
ptr += mlen;