summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2006-12-10 21:01:54 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2006-12-10 21:01:54 +0000
commit2fb06443af661b635563309b14f345ddfbb742ca (patch)
treebe1279145ac6287a242613337c27c5aa759f1ca0 /sys/dev/ic
parentf54cda89736f7a5f41873d2b60c3f49b64755ea3 (diff)
Add missing argument to a DPRINTF call.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/malo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/malo.c b/sys/dev/ic/malo.c
index 49c9e0a3f52..cb8e5b88837 100644
--- a/sys/dev/ic/malo.c
+++ b/sys/dev/ic/malo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: malo.c,v 1.49 2006/12/03 10:30:47 claudio Exp $ */
+/* $OpenBSD: malo.c,v 1.50 2006/12/10 21:01:53 claudio Exp $ */
/*
* Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org>
@@ -341,7 +341,8 @@ malo_intr(void *arg)
}
if (status & ~0x7)
- DPRINTF(("%s: unkown interrupt %x\n", status));
+ DPRINTF(("%s: unkown interrupt %x\n", sc->sc_dev.dv_xname,
+ status));
/* just ack the interrupt */
malo_ctl_write4(sc, 0x0c30, 0);