lkml.org 
[lkml]   [2005]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2.4] (5/5) I2C updates for 2.4.32-pre3
Five log messages lack their trailing new line in i2c-core.

Signed-off-by: Jean Delvare <khali@linux-fr.org>

drivers/i2c/i2c-core.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)

--- linux-2.4.31.orig/drivers/i2c/i2c-core.c 2005-04-09 12:35:59.000000000 +0200
+++ linux-2.4.31/drivers/i2c/i2c-core.c 2005-07-28 19:29:25.000000000 +0200
@@ -208,7 +208,7 @@
if ((res = drivers[j]->attach_adapter(adap))) {
printk(KERN_WARNING "i2c-core.o: can't detach adapter %s "
"while detaching driver %s: driver not "
- "detached!",adap->name,drivers[j]->name);
+ "detached!\n", adap->name, drivers[j]->name);
goto ERROR1;
}
DRV_UNLOCK();
@@ -226,7 +226,7 @@
if ((res=client->driver->detach_client(client))) {
printk(KERN_ERR "i2c-core.o: adapter %s not "
"unregistered, because client at "
- "address %02x can't be detached. ",
+ "address %02x can't be detached\n",
adap->name, client->addr);
goto ERROR0;
}
@@ -339,7 +339,7 @@
printk(KERN_WARNING "i2c-core.o: while unregistering "
"dummy driver %s, adapter %s could "
"not be detached properly; driver "
- "not unloaded!",driver->name,
+ "not unloaded!\n", driver->name,
adap->name);
ADAP_UNLOCK();
return res;
@@ -361,7 +361,7 @@
"address %02x of "
"adapter `%s' could not"
"be detached; driver"
- "not unloaded!",
+ "not unloaded!\n",
driver->name,
client->addr,
adap->name);
@@ -448,7 +448,7 @@
if (adapter->client_unregister != NULL)
if ((res = adapter->client_unregister(client))) {
printk(KERN_ERR "i2c-core.o: client_unregister [%s] failed, "
- "client not detached",client->name);
+ "client not detached\n", client->name);
return res;
}

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

\
 
 \ /
  Last update: 2005-08-14 17:18    [W:0.088 / U:1.992 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site