From: Arnaud Patard Date: Fri, 2 Mar 2007 12:10:33 +0000 (-0800) Subject: mmc/omap.c: add missing ' X-Git-Tag: v2.6.21-omap1~113 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=4dcd65ad0ffdf202db945d9e38203ba28e51ba4a;p=linux-2.6-omap-h63xx.git 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 --- 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)