From 4dcd65ad0ffdf202db945d9e38203ba28e51ba4a Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Fri, 2 Mar 2007 04:10:33 -0800 Subject: [PATCH] mmc/omap.c: add missing ' ' 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 Signed-off-by: Tony Lindgren --- drivers/mmc/omap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/omap.c b/drivers/mmc/omap.c index aaf3a4ea64e..16aeb8d75b3 100644 --- a/drivers/mmc/omap.c +++ b/drivers/mmc/omap.c @@ -606,7 +606,7 @@ static void mmc_omap_switch_handler(struct work_struct *work) } 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) -- 2.41.1