Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131691
b: refs/heads/master
c: 858671f
h: refs/heads/master
i:
  131689: 35c987b
  131687: 6d15e7c
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Feb 19, 2009
1 parent b6a0eec commit 69f66e3
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: 57e8f26a10ac4af488292199bb0435555f6723f3
refs/heads/master: 858671f80ae5db68d6bcd2c6d3a13e366040ba9b
2 changes: 1 addition & 1 deletion trunk/drivers/atm/lanai.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ static int __devinit eeprom_read(struct lanai_dev *lanai)
clock_l(); udelay(5);
for (i = 128; i != 0; i >>= 1) { /* write command out */
tmp = (lanai->conf1 & ~CONFIG1_PROMDATA) |
(data & i) ? CONFIG1_PROMDATA : 0;
((data & i) ? CONFIG1_PROMDATA : 0);
if (lanai->conf1 != tmp) {
set_config1(tmp);
udelay(5); /* Let new data settle */
Expand Down

0 comments on commit 69f66e3

Please sign in to comment.