Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26934
b: refs/heads/master
c: bae2576
h: refs/heads/master
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed May 22, 2006
1 parent 13382f5 commit da35fa9
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: 463d305bc51b8f5d0750a17ec0c9caf5181ec6d4
refs/heads/master: bae25761c92c5eec781b6ea72bbe7e98fc8382a0
2 changes: 1 addition & 1 deletion trunk/drivers/net/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -3061,7 +3061,7 @@ bnx2_nvram_write(struct bnx2 *bp, u32 offset, u8 *data_buf,
}

/* Loop to write the new data from data_start to data_end */
for (addr = data_start; addr < data_end; addr += 4, i++) {
for (addr = data_start; addr < data_end; addr += 4, i += 4) {
if ((addr == page_end - 4) ||
((bp->flash_info->buffered) &&
(addr == data_end - 4))) {
Expand Down

0 comments on commit da35fa9

Please sign in to comment.