Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187761
b: refs/heads/master
c: 7d9b48e
h: refs/heads/master
i:
  187759: fd1f5f7
v: v3
  • Loading branch information
Uwe Kleine-König authored and Jiri Kosina committed Feb 5, 2010
1 parent 1906ce2 commit 5dc7cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 551e378ca1852dc51609b722014416d4da0770c6
refs/heads/master: 7d9b48ea81ee49779b95ecd0df5a8c2789e4f836
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/algos/i2c-algo-pcf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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; /* definetly not PCF8584 */
return -ENXIO; /* definitely not PCF8584 */
}

/* load own address in S0, effective address is (own << 1) */
Expand Down

0 comments on commit 5dc7cd5

Please sign in to comment.