Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3647afce authored by Arnaud Patard's avatar Arnaud Patard Committed by Pierre Ossman
Browse files

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: default avatarArnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent d97956f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)