mirror of https://lore.kernel.org/lkml/
 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

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

Powered by JetHome