summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mfi.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-06-19 21:06:23 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-06-19 21:06:23 +0000
commitf5ef959b5645e3464d0fa350ba37e18edd599934 (patch)
treeb127298ea4147136a3e069fbbeca5586b86ece85 /sys/dev/ic/mfi.c
parent0a4ee44d6b614168012899a3a68f98557458daf1 (diff)
Everytime one forgets an argument in a printf-like function call, God kills
a kitten. Commiters, please think of the kittens when working on code.
Diffstat (limited to 'sys/dev/ic/mfi.c')
-rw-r--r--sys/dev/ic/mfi.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/mfi.c b/sys/dev/ic/mfi.c
index eee224a4a23..a604cd69655 100644
--- a/sys/dev/ic/mfi.c
+++ b/sys/dev/ic/mfi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mfi.c,v 1.60 2006/06/19 19:09:04 marco Exp $ */
+/* $OpenBSD: mfi.c,v 1.61 2006/06/19 21:06:22 miod Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
*
@@ -644,7 +644,8 @@ mfi_attach(struct mfi_softc *sc)
#endif /* NBIO > 0 */
if (mfi_get_info(sc)) {
- printf("%s: could not retrieve controller information\n");
+ printf("%s: could not retrieve controller information\n",
+ DEVNAME(sc));
goto noinit;
}