aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-12-31 20:04:39 +0000
committerWarner Losh <imp@FreeBSD.org>2005-12-31 20:04:39 +0000
commitef8984f5dc204d8740e654c4785c515c70bf8f6c (patch)
tree2294219812fdfecc021f2e6739c67ceee879cce2 /sys/dev
parent5c156336eb52a08116184815e32d26a02b981e21 (diff)
Notes
Diffstat (limited to 'sys/dev')
-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 1ec2d668c3e6..7999fb8e8b68 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);