projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9a479
)
i2c-i801: Spelling fix
author
Jean Delvare
<khali@linux-fr.org>
Tue, 13 Feb 2007 21:08:59 +0000
(22:08 +0100)
committer
Jean Delvare
<khali@arrakis.delvare>
Tue, 13 Feb 2007 21:08:59 +0000
(22:08 +0100)
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/busses/i2c-i801.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-i801.c
b/drivers/i2c/busses/i2c-i801.c
index ae625b85447074ee958e734ece3c3761bc4022a2..de5e23a93b18b13032862ab20e782b16e914df2d 100644
(file)
--- a/
drivers/i2c/busses/i2c-i801.c
+++ b/
drivers/i2c/busses/i2c-i801.c
@@
-123,7
+123,7
@@
static int i801_transaction(void)
dev_dbg(&I801_dev->dev, "Failed! (%02x)\n", temp);
return -1;
} else {
- dev_dbg(&I801_dev->dev, "Successful
l
!\n");
+ dev_dbg(&I801_dev->dev, "Successful!\n");
}
}