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:
551e378
)
fix typo "definetly" -> "definitely" in comment
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Thu, 28 Jan 2010 21:09:43 +0000
(22:09 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 5 Feb 2010 11:22:42 +0000
(12:22 +0100)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/i2c/algos/i2c-algo-pcf.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/algos/i2c-algo-pcf.c
b/drivers/i2c/algos/i2c-algo-pcf.c
index 7ce75775ec73d3ccd68b988ae791a7e8bf89c436..6b6bd06202b20fff3db405f077bd98aab2638260 100644
(file)
--- a/
drivers/i2c/algos/i2c-algo-pcf.c
+++ b/
drivers/i2c/algos/i2c-algo-pcf.c
@@
-176,7
+176,7
@@
static int pcf_init_8584 (struct i2c_algo_pcf_data *adap)
*/
if (((temp = get_pcf(adap, 1)) & 0x7f) != (0)) {
DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't select S0 (0x%02x).\n", temp));
- return -ENXIO; /* defin
et
ly not PCF8584 */
+ return -ENXIO; /* defin
ite
ly not PCF8584 */
}
/* load own address in S0, effective address is (own << 1) */