* [PATCH] ibmebus: newline fix
@ 2007-03-27 14:18 Joachim Fenkes
0 siblings, 0 replies; only message in thread
From: Joachim Fenkes @ 2007-03-27 14:18 UTC (permalink / raw)
To: linuxppc-dev, linux-kernel
Cc: pmac, hnguyen, johnrose, johnrose, nfont, paulus, themann
Stupid me forgot a newline in an error message.
Signed-off-by: Joachim Fenkes <fenkes@de.ibm.com>
---
Applies on top of
"ibmebus: change probe/remove interface from using loc-code to DT path"
ibmebus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -Nurp 03b.path/arch/powerpc/kernel/ibmebus.c 03c.path/arch/powerpc/kernel/ibmebus.c
--- 03b.path/arch/powerpc/kernel/ibmebus.c 2007-03-21 15:23:23.000000000 +0100
+++ 03c.path/arch/powerpc/kernel/ibmebus.c 2007-03-27 15:30:44.341143552 +0200
@@ -421,7 +421,7 @@ static ssize_t ibmebus_store_probe(struc
of_node_put(dn);
rc = IS_ERR(dev) ? PTR_ERR(dev) : count;
} else {
- printk(KERN_WARNING "%s: no such device node: %s",
+ printk(KERN_WARNING "%s: no such device node: %s\n",
__FUNCTION__, path);
rc = -ENODEV;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-27 14:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-27 14:18 [PATCH] ibmebus: newline fix Joachim Fenkes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®