Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359409
b: refs/heads/master
c: 4debec7
h: refs/heads/master
i:
  359407: a7d6751
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Feb 28, 2013
1 parent ac5d0bd commit 6d52f19
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: a312b78b0ad6abb38f606ef5dd31e2a1b4469989
refs/heads/master: 4debec7abc59830f3fecd9022d07d1d19a676238
3 changes: 1 addition & 2 deletions trunk/drivers/mtd/tests/mtd_stresstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@ static int __init mtd_stresstest_init(void)
}
for (i = 0; i < ebcnt; i++)
offsets[i] = mtd->erasesize;
for (i = 0; i < bufsize; i++)
writebuf[i] = random32();
prandom_bytes(writebuf, bufsize);

err = scan_for_bad_eraseblocks();
if (err)
Expand Down

0 comments on commit 6d52f19

Please sign in to comment.