[PATCH 1/3] MMC: OMAP: Add missing ´\n´

From: Carlos Aguiar
Date: Tue Apr 24 2007 - 16:44:00 EST



This patch add a missing '\n' at the end of the 'cover is open' string
in mmc_omap_switch_handler().

Signed-off-by: Arnaud Patard <arnaud.patard@xxxxxxxxxxx>
Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx>

Index: linux-2.6.20/drivers/mmc/omap.c
===================================================================
--- linux-2.6.20.orig/drivers/mmc/omap.c 2007-04-24 15:21:55.000000000 -0400
+++ linux-2.6.20/drivers/mmc/omap.c 2007-04-24 15:21:58.000000000 -0400
@@ -605,7 +605,7 @@ static void mmc_omap_switch_handler(stru
}
if (mmc_omap_cover_is_open(host)) {
if (!complained) {
- dev_info(mmc_dev(host->mmc), "cover is open");
+ dev_info(mmc_dev(host->mmc), "cover is open\n");
complained = 1;
}
if (mmc_omap_enable_poll)