Skip to content

Commit

Permalink
mmc: cb710: remove debugging printk (info duplicated from mmc-core)
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Chris Ball <cjb@laptop.org>
  • Loading branch information
Michał Mirosław authored and Chris Ball committed Oct 23, 2010
1 parent e0780db commit d34289d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/mmc/host/cb710-mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d34289d

Please sign in to comment.