Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359404
b: refs/heads/master
c: 459a86d
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Feb 28, 2013
1 parent d2c57e3 commit ddc9fc5
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: bf5315366b1b708a0dd322bb389e970598f18891
refs/heads/master: 459a86d83dce6641f66311d37fbfe1419c477a5a
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/tests/mtd_nandecctest.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static int nand_ecc_test_run(const size_t size)
goto error;
}

get_random_bytes(correct_data, size);
prandom_bytes(correct_data, size);
__nand_calculate_ecc(correct_data, size, correct_ecc);

for (i = 0; i < ARRAY_SIZE(nand_ecc_test); i++) {
Expand Down

0 comments on commit ddc9fc5

Please sign in to comment.