From 8455f8b7c9082a6c8fe3947954c02f7903d280e5 Mon Sep 17 00:00:00 2001 From: "vicencb@gmail.com" Date: Sun, 30 Sep 2012 04:50:30 +0200 Subject: mmc_omap: improve error message Signed-off-by: Sascha Hauer --- drivers/mci/omap_hsmmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mci/omap_hsmmc.c b/drivers/mci/omap_hsmmc.c index e0b245b51c..e6f4e479f9 100644 --- a/drivers/mci/omap_hsmmc.c +++ b/drivers/mci/omap_hsmmc.c @@ -238,7 +238,7 @@ static int mmc_init_setup(struct mci_host *mci, struct device_d *dev) start = get_time_ns(); while ((readl(&mmc_base->sysstatus) & RESETDONE) == 0) { if (is_timeout(start, SECOND)) { - dev_dbg(hsmmc->dev, "timedout waiting for cc2!\n"); + dev_dbg(hsmmc->dev, "timeout waiting for reset done\n"); return -ETIMEDOUT; } } -- cgit v1.2.3