summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-12-31 20:04:39 +0000
committerimp <imp@FreeBSD.org>2005-12-31 20:04:39 +0000
commit9b3f1c28ebeb3d7a0b8bccbc5f98f5d11bf11555 (patch)
tree2294219812fdfecc021f2e6739c67ceee879cce2
parentd62ad0c807fad743a4b0f0e7002b0ae7a29235b1 (diff)
downloadFreeBSD-src-9b3f1c28ebeb3d7a0b8bccbc5f98f5d11bf11555.zip
FreeBSD-src-9b3f1c28ebeb3d7a0b8bccbc5f98f5d11bf11555.tar.gz
Remove extra debugging that crept in with the integration from p4.
-rw-r--r--sys/dev/pccbb/pccbb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index 1ec2d66..7999fb8 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -485,7 +485,7 @@ cbb_event_thread(void *arg)
*/
mtx_lock(&Giant);
status = cbb_get(sc, CBB_SOCKET_STATE);
- DPRINTF(("Status is 0x%x %x\n", status, sc->bsh));
+ DPRINTF(("Status is 0x%x\n", status));
if (!CBB_CARD_PRESENT(status)) {
not_a_card = 0; /* We know card type */
cbb_removal(sc);
OpenPOWER on IntegriCloud