All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc/omap.c: add missing '\n'
@ 2007-02-16 10:13 Arnaud Patard
  2007-03-02 12:10 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Arnaud Patard @ 2007-02-16 10:13 UTC (permalink / raw)
  To: linux-omap-open-source

[-- Attachment #1: Type: text/plain, Size: 164 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>
---

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: mmc_cover_open_string.patch --]
[-- Type: text/x-diff, Size: 637 bytes --]

---
 drivers/mmc/omap.c |    2 	1 +	1 -	0 !
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-omap-2.6/drivers/mmc/omap.c
===================================================================
--- linux-omap-2.6.orig/drivers/mmc/omap.c	2007-02-16 11:04:18.000000000 +0100
+++ linux-omap-2.6/drivers/mmc/omap.c	2007-02-16 11:04:47.000000000 +0100
@@ -606,7 +606,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)

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] mmc/omap.c: add missing '\n'
  2007-02-16 10:13 [PATCH] mmc/omap.c: add missing '\n' Arnaud Patard
@ 2007-03-02 12:10 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-03-02 12:10 UTC (permalink / raw)
  To: Arnaud Patard; +Cc: linux-omap-open-source

* Arnaud Patard <arnaud.patard@rtp-net.org> [070216 02:14]:
> 
> 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>
> ---

> ---
>  drivers/mmc/omap.c |    2 	1 +	1 -	0 !
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: linux-omap-2.6/drivers/mmc/omap.c
> ===================================================================
> --- linux-omap-2.6.orig/drivers/mmc/omap.c	2007-02-16 11:04:18.000000000 +0100
> +++ linux-omap-2.6/drivers/mmc/omap.c	2007-02-16 11:04:47.000000000 +0100
> @@ -606,7 +606,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)

Pushing today.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-02 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-16 10:13 [PATCH] mmc/omap.c: add missing '\n' Arnaud Patard
2007-03-02 12:10 ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.