Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75127
b: refs/heads/master
c: 286e310
h: refs/heads/master
i:
  75125: c85f6ec
  75123: 36ffa68
  75119: 5ef6038
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 20, 2007
1 parent 202c078 commit ed60416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b9fc7dc514566e9788c7f064bb08f8b6e2fe6f72
refs/heads/master: 286e310f94b9459f3fa975333781c969b1041522
3 changes: 1 addition & 2 deletions trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -10251,8 +10251,7 @@ static int tg3_nvram_write_block_unbuffered(struct tg3 *tp, u32 offset, u32 len,
phy_addr = offset & ~pagemask;

for (j = 0; j < pagesize; j += 4) {
/* Almost certainly should be tg3_nvram_read_le */
if ((ret = tg3_nvram_read(tp, phy_addr + j,
if ((ret = tg3_nvram_read_le(tp, phy_addr + j,
(__le32 *) (tmp + j))))
break;
}
Expand Down

0 comments on commit ed60416

Please sign in to comment.