LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] tifm_sd: add missing \n
@ 2007-03-25 22:24 Daniel Drake
2007-03-26 1:33 ` Alex Dubov
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Drake @ 2007-03-25 22:24 UTC (permalink / raw)
To: drzeus-mmc; +Cc: linux-kernel, oakad
Noticed this in user logs.
Signed-off-by: Daniel Drake <dsd@gentoo.org>
Index: linux/drivers/mmc/tifm_sd.c
===================================================================
--- linux.orig/drivers/mmc/tifm_sd.c
+++ linux/drivers/mmc/tifm_sd.c
@@ -676,7 +676,7 @@ static void tifm_sd_abort(unsigned long
struct tifm_sd *host = (struct tifm_sd*)data;
printk(KERN_ERR DRIVER_NAME
- ": card failed to respond for a long period of time");
+ ": card failed to respond for a long period of time\n");
tifm_sd_terminate(host);
tifm_eject(host->dev);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] tifm_sd: add missing \n
2007-03-25 22:24 [PATCH] tifm_sd: add missing \n Daniel Drake
@ 2007-03-26 1:33 ` Alex Dubov
0 siblings, 0 replies; 2+ messages in thread
From: Alex Dubov @ 2007-03-26 1:33 UTC (permalink / raw)
To: Daniel Drake, drzeus-mmc; +Cc: linux-kernel
In fact, this is fixed in already queued patch set.
--- Daniel Drake <dsd@gentoo.org> wrote:
> Noticed this in user logs.
>
> Signed-off-by: Daniel Drake <dsd@gentoo.org>
>
> Index: linux/drivers/mmc/tifm_sd.c
> ===================================================================
> --- linux.orig/drivers/mmc/tifm_sd.c
> +++ linux/drivers/mmc/tifm_sd.c
> @@ -676,7 +676,7 @@ static void tifm_sd_abort(unsigned long
> struct tifm_sd *host = (struct tifm_sd*)data;
>
> printk(KERN_ERR DRIVER_NAME
> - ": card failed to respond for a long period of time");
> + ": card failed to respond for a long period of time\n");
>
> tifm_sd_terminate(host);
> tifm_eject(host->dev);
>
____________________________________________________________________________________
Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food & Drink Q&A.
http://answers.yahoo.com/dir/?link=list&sid=396545367
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-26 1:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-25 22:24 [PATCH] tifm_sd: add missing \n Daniel Drake
2007-03-26 1:33 ` Alex Dubov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).