Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186829
b: refs/heads/master
c: 015fadb
h: refs/heads/master
i:
  186827: 1a0967a
v: v3
  • Loading branch information
Andrea Gelmini authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent cf31929 commit c7151db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 48d07f2bf3fd6d0bbe7577f1844f7edfaf7399f6
refs/heads/master: 015fadba7c30a082cc8efa0f353be096b75e3952
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,10 @@ int i_AddiHeaderRW_ReadEeprom(int i_NbOfWordsToRead,
} while (dw_eeprom_busy == EEPROM_BUSY);

/* Select the upper address part */
if (i_Counter == 0) {
if (i_Counter == 0)
b_ReadLowByte = pb_ReadByte[0];
} else {
else
b_ReadHighByte = pb_ReadByte[0];
}

/* Sleep */
msleep(1);
Expand Down

0 comments on commit c7151db

Please sign in to comment.