summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2010-02-10 23:01:50 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2010-02-10 23:01:50 +0000
commit65570536d2ebfb0b8f1ffcd53a106238ac60b77e (patch)
treef0389ec4adb67ab042382397844c4b7b41dc9140
parent0796204745ac9dfad252cd33fc468e236adec7ce (diff)
remove lingering debug print.
-rw-r--r--sys/arch/beagle/dev/ommmc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/beagle/dev/ommmc.c b/sys/arch/beagle/dev/ommmc.c
index 626e46be289..069264f75f6 100644
--- a/sys/arch/beagle/dev/ommmc.c
+++ b/sys/arch/beagle/dev/ommmc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ommmc.c,v 1.3 2010/02/10 22:41:27 drahn Exp $ */
+/* $OpenBSD: ommmc.c,v 1.4 2010/02/10 23:01:49 drahn Exp $ */
/*
* Copyright (c) 2009 Dale Rahn <drahn@openbsd.org>
@@ -1017,7 +1017,6 @@ ommmc_start_command(struct ommmc_softc *sc, struct sdmmc_command *cmd)
void
ommmc_transfer_data(struct ommmc_softc *sc, struct sdmmc_command *cmd)
{
-printf("ommm_transfer_data\n");
u_char *datap = cmd->c_data;
int i, datalen;
int mask;