]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mmc-omap: add missing '\n'
authorArnaud Patard <arnaud.patard@rtp-net.org>
Tue, 1 May 2007 14:18:36 +0000 (16:18 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 1 May 2007 14:18:36 +0000 (16:18 +0200)
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>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/omap.c

index e851384e51f4d7ca7801cd52c2225ef1e8e8211d..1b232c6dd016c8852bd6469bfd5c10f52713ed1a 100644 (file)
@@ -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)