projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0780db
)
mmc: cb710: remove debugging printk (info duplicated from mmc-core)
author
Michał Mirosław
<mirq-linux@rere.qmqm.pl>
Sun, 21 Mar 2010 07:30:19 +0000
(08:30 +0100)
committer
Chris Ball
<cjb@laptop.org>
Sat, 23 Oct 2010 13:11:21 +0000
(21:11 +0800)
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/cb710-mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/cb710-mmc.c
b/drivers/mmc/host/cb710-mmc.c
index 2299afc431e038a58335a98189fc5f7cb0ab1298..66b4ce587f4bdb13bf3ff5de67f289f5f3a9d580 100644
(file)
--- a/
drivers/mmc/host/cb710-mmc.c
+++ b/
drivers/mmc/host/cb710-mmc.c
@@
-102,8
+102,6
@@
static void cb710_mmc_reset_events(struct cb710_slot *slot)
static void cb710_mmc_enable_4bit_data(struct cb710_slot *slot, int enable)
{
- dev_dbg(cb710_slot_dev(slot), "configuring %d-data-line%s mode\n",
- enable ? 4 : 1, enable ? "s" : "");
if (enable)
cb710_modify_port_8(slot, CB710_MMC_CONFIG1_PORT,
CB710_MMC_C1_4BIT_DATA_BUS, 0);