diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2010-03-21 03:30:19 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2010-10-23 09:11:21 -0400 |
commit | d34289d80471011a5c71401b3acd13e2737d4738 (patch) | |
tree | 2b80984da70794d7056c452317b86729972b42b8 /drivers | |
parent | e0780db9f8ccf2dbca3161dc153bbf54b53cb6af (diff) |
mmc: cb710: remove debugging printk (info duplicated from mmc-core)
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mmc/host/cb710-mmc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/cb710-mmc.c b/drivers/mmc/host/cb710-mmc.c index 2299afc431e0..66b4ce587f4b 100644 --- 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) | |||
102 | 102 | ||
103 | static void cb710_mmc_enable_4bit_data(struct cb710_slot *slot, int enable) | 103 | static void cb710_mmc_enable_4bit_data(struct cb710_slot *slot, int enable) |
104 | { | 104 | { |
105 | dev_dbg(cb710_slot_dev(slot), "configuring %d-data-line%s mode\n", | ||
106 | enable ? 4 : 1, enable ? "s" : ""); | ||
107 | if (enable) | 105 | if (enable) |
108 | cb710_modify_port_8(slot, CB710_MMC_CONFIG1_PORT, | 106 | cb710_modify_port_8(slot, CB710_MMC_CONFIG1_PORT, |
109 | CB710_MMC_C1_4BIT_DATA_BUS, 0); | 107 | CB710_MMC_C1_4BIT_DATA_BUS, 0); |