Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325281
b: refs/heads/master
c: 8e360ec
h: refs/heads/master
i:
  325279: 0abeff6
v: v3
  • Loading branch information
Tushar Behera authored and Greg Kroah-Hartman committed Sep 14, 2012
1 parent 97980ed commit 4d70806
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: d42bb0fbd93582adee0f404b1b82af809e9c0483
refs/heads/master: 8e360ec82322358056786e651322085af3ef6960
2 changes: 1 addition & 1 deletion trunk/drivers/staging/bcm/nvm.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ static int FlashSectorErase(struct bcm_mini_adapter *Adapter,
* the sector erase cycle is 500 ms to 40000 msec. hence sleeping 10 ms
* won't hamper performance in any case.
*/
udelay(10000);
mdelay(10);
} while ((uiStatus & 0x1) && (iRetries < 400));

if (uiStatus & 0x1) {
Expand Down

0 comments on commit 4d70806

Please sign in to comment.