summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-01-22 03:03:10 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-01-22 03:03:10 +0000
commit21edc3f064f23fc4f53d428c1d8d0eecc8e21b1f (patch)
tree0a4f6b75271fd34c18ac7bc6d9d31f8f97b952a3 /sys/dev
parentc761838eb02618d589dc1734ce78c9ecf7e5d2d5 (diff)
add a missing argument to a debug printf
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sbus/rfx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/sbus/rfx.c b/sys/dev/sbus/rfx.c
index ac97284a9ea..8cdbf38ff1a 100644
--- a/sys/dev/sbus/rfx.c
+++ b/sys/dev/sbus/rfx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rfx.c,v 1.11 2013/11/26 20:33:18 deraadt Exp $ */
+/* $OpenBSD: rfx.c,v 1.12 2014/01/22 03:03:09 jsg Exp $ */
/*
* Copyright (c) 2004, Miodrag Vallat.
@@ -528,7 +528,8 @@ rfx_initialize(struct rfx_softc *sc, struct sbus_attach_args *sa,
#ifdef DEBUG
if (cnt != 0)
- printf("%s: incoherent initialization data!\n");
+ printf("%s: incoherent initialization data!\n",
+ sc->sc_sunfb.sf_dev.dv_xname);
#endif
bus_space_unmap(sa->sa_bustag, bh, RFX_INIT_SIZE);