]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
mmc/omap.c: add missing '
authorArnaud Patard <arnaud.patard@rtp-net.org>
Fri, 2 Mar 2007 12:10:33 +0000 (04:10 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 2 Mar 2007 12:10:33 +0000 (04:10 -0800)
'

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@rtp-net.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/mmc/omap.c

index aaf3a4ea64ed771e0e5d01144d6057ceb632081d..16aeb8d75b36c3970f9bbf76ba26cd4fac79c1c7 100644 (file)
@@ -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)