diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2013-12-04 17:07:44 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2013-12-04 17:07:44 +0000 |
commit | f57279c1408d22e57e0ad8b64d426c2588da4be8 (patch) | |
tree | 5a08eeea2b167c24ea782e54d1a2eeb46b4a4b25 /sys/dev/pci/mpii.c | |
parent | bf3c52b676b279b6358751ce46aaf98a205c7e53 (diff) |
kill a debug printf; noticed by sthen
Diffstat (limited to 'sys/dev/pci/mpii.c')
-rw-r--r-- | sys/dev/pci/mpii.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/mpii.c b/sys/dev/pci/mpii.c index 27adf1b6668..26914d99367 100644 --- a/sys/dev/pci/mpii.c +++ b/sys/dev/pci/mpii.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpii.c,v 1.72 2013/11/06 23:58:25 dlg Exp $ */ +/* $OpenBSD: mpii.c,v 1.73 2013/12/04 17:07:43 mikeb Exp $ */ /* * Copyright (c) 2010, 2012 Mike Belopuhov * Copyright (c) 2009 James Giannoules @@ -1839,8 +1839,6 @@ mpii_event_done(struct mpii_softc *sc, struct mpii_rcb *rcb) { struct mpii_msg_event_reply *enp = rcb->rcb_reply; - printf("%s: %s\n", DEVNAME(sc), __func__); - if (enp->ack_required) { mtx_enter(&sc->sc_evt_ack_mtx); SIMPLEQ_INSERT_TAIL(&sc->sc_evt_ack_queue, rcb, rcb_link); |