From: Arnaud Patard Date: Tue, 1 May 2007 14:18:36 +0000 (+0200) Subject: mmc-omap: add missing '\n' X-Git-Tag: upstream/snapshot3+hdmi~34870^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3647afcec11f2fcfc6269e513ff97fec1374d1b8;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git mmc-omap: add missing '\n' 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 Signed-off-by: Pierre Ossman --- diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c index e851384..1b232c6 100644 --- a/drivers/mmc/host/omap.c +++ b/drivers/mmc/host/omap.c @@ -604,7 +604,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)