[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200703271618.55616.fenkes@de.ibm.com>
Date: Tue, 27 Mar 2007 15:18:55 +0100
From: Joachim Fenkes <fenkes@...ibm.com>
To: linuxppc-dev@...abs.org, linux-kernel@...r.kernel.org
Cc: pmac@....ibm.com, hnguyen@...ibm.com, johnrose@...tin.ibm.com,
johnrose@...ibm.com, nfont@...tin.ibm.com, paulus@...ba.org,
themann@...ibm.com
Subject: [PATCH] ibmebus: newline fix
Stupid me forgot a newline in an error message.
Signed-off-by: Joachim Fenkes <fenkes@...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;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists