Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347216
b: refs/heads/master
c: d8b1e34
h: refs/heads/master
v: v3
  • Loading branch information
Christian Herzig authored and Artem Bityutskiy committed Dec 4, 2012
1 parent d1c6daf commit 9593cea
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: c0c70d9ee6569150ff6a10f9d3c50c63c917e3a1
refs/heads/master: d8b1e34e248d89f43bab18704894d537dc0b497e
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/tests/mtd_readtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static int read_eraseblock_by_page(int ebnum)
void *oobbuf = iobuf1;

for (i = 0; i < pgcnt; i++) {
memset(buf, 0 , pgcnt);
memset(buf, 0 , pgsize);
ret = mtd_read(mtd, addr, pgsize, &read, buf);
if (ret == -EUCLEAN)
ret = 0;
Expand Down

0 comments on commit 9593cea

Please sign in to comment.