Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298126
b: refs/heads/master
c: 88dfda5
h: refs/heads/master
v: v3
  • Loading branch information
Shmulik Ladkani authored and David Woodhouse committed Mar 26, 2012
1 parent c7de276 commit 45ce11d
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: 4de034787251e872f5eded7cfeb3fde094da633a
refs/heads/master: 88dfda5f7463ce73f14f4eaf275284047f367570
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/sfc/mtd.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static int efx_mtd_erase(struct mtd_info *mtd, struct erase_info *erase)
erase->state = MTD_ERASE_DONE;
} else {
erase->state = MTD_ERASE_FAILED;
erase->fail_addr = 0xffffffff;
erase->fail_addr = MTD_FAIL_ADDR_UNKNOWN;
}
mtd_erase_callback(erase);
return rc;
Expand Down

0 comments on commit 45ce11d

Please sign in to comment.