summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-06-19 21:14:31 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-06-19 21:14:31 +0000
commit6927e7b6afd60c05e7518b3110ec11a5696b29c2 (patch)
treea2f852234d179a0574c18d5c94c3430d8e4b505e /sys
parent66ac30863aa486b48a3d662e547c0001136ae215 (diff)
Appease the printf gods here too
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sdmmc/sdmmc_io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sdmmc/sdmmc_io.c b/sys/dev/sdmmc/sdmmc_io.c
index 6fdc42c73cb..1ba852bb4f2 100644
--- a/sys/dev/sdmmc/sdmmc_io.c
+++ b/sys/dev/sdmmc/sdmmc_io.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sdmmc_io.c,v 1.4 2006/06/03 03:01:49 uwe Exp $ */
+/* $OpenBSD: sdmmc_io.c,v 1.5 2006/06/19 21:14:30 miod Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
@@ -162,7 +162,7 @@ sdmmc_io_init(struct sdmmc_softc *sc, struct sdmmc_function *sf)
CCCR_BUS_WIDTH_1);
if (sdmmc_read_cis(sf, &sf->cis) != 0) {
- printf("%s: can't read CIS\n");
+ printf("%s: can't read CIS\n", SDMMCDEVNAME(sc));
SET(sf->flags, SFF_ERROR);
return 1;
}