---
 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 e0b245b..e6f4e47 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;
                }
        }
-- 
1.7.12.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to