* [PATCH 1/3] MMC: OMAP: Add missing ´\n´
@ 2007-04-24 20:37 Carlos Aguiar
0 siblings, 0 replies; only message in thread
From: Carlos Aguiar @ 2007-04-24 20:37 UTC (permalink / raw)
To: Pierre Ossman, linux-kernel, Anderson F. Briglia
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: 001-MMC-OMAP-add-missing-´n´.diff --]
[-- Type: text/plain, Size: 747 bytes --]
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>
Index: linux-2.6.20/drivers/mmc/omap.c
===================================================================
--- linux-2.6.20.orig/drivers/mmc/omap.c 2007-04-24 15:21:55.000000000 -0400
+++ linux-2.6.20/drivers/mmc/omap.c 2007-04-24 15:21:58.000000000 -0400
@@ -605,7 +605,7 @@ static void mmc_omap_switch_handler(stru
}
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-04-24 20:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-24 20:37 [PATCH 1/3] MMC: OMAP: Add missing ´\n´ Carlos Aguiar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox