Stupid me forgot a newline in an error message.

Signed-off-by: Joachim Fenkes <[EMAIL PROTECTED]>
---


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;
        }

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to