From 78ff31a2cff321eb9a00a75ebfbcba2b8957406c Mon Sep 17 00:00:00 2001 From: dogcow Date: Sun, 29 Jun 2008 09:09:09 +0000 Subject: fix type --- sys/dev/cardbus/cardslot.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev') 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 -__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; -- cgit