summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/cardbus/cardslot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/cardbus/cardslot.c b/sys/dev/cardbus/cardslot.c
index 7b9860f8906..3ccd876b82c 100644
--- a/sys/dev/cardbus/cardslot.c
+++ b/sys/dev/cardbus/cardslot.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cardslot.c,v 1.43 2008/06/25 15:29:23 drochner Exp $ */
+/* $NetBSD: cardslot.c,v 1.44 2008/06/29 09:09:09 dogcow Exp $ */
/*
* Copyright (c) 1999 and 2000
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cardslot.c,v 1.43 2008/06/25 15:29:23 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cardslot.c,v 1.44 2008/06/29 09:09:09 dogcow Exp $");
#include "opt_cardslot.h"
@@ -412,7 +412,7 @@ cardslot_event_thread(arg)
break;
case CARDSLOT_EVENT_REMOVAL_16:
- DPRINTF(("%s: removal event\n", device_xname(&sc->sc_dev)));
+ DPRINTF(("%s: removal event\n", device_xname(sc->sc_dev)));
if (CARDSLOT_CARDTYPE(sc->sc_status) != CARDSLOT_STATUS_CARD_16) {
/* 16-bit card has not been inserted. */
break;