Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172565
b: refs/heads/master
c: 7ce33af
h: refs/heads/master
i:
  172563: 6364de7
v: v3
  • Loading branch information
Haojian Zhuang authored and Eric Miao committed Dec 1, 2009
1 parent 9c7a8e8 commit 8002792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a88bdbb54a9352b916877bfc5e316c44ec1b2d8f
refs/heads/master: 7ce33aff68f653769ba16108834ed212788bcbb6
1 change: 1 addition & 0 deletions trunk/drivers/mtd/nand/pxa3xx_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ static void pxa3xx_nand_cmdfunc(struct mtd_info *mtd, unsigned command,
/* disable HW ECC to get all the OOB data */
info->buf_count = mtd->writesize + mtd->oobsize;
info->buf_start = mtd->writesize + column;
memset(info->data_buff, 0xFF, info->buf_count);

if (prepare_read_prog_cmd(info, cmdset->read1, column, page_addr))
break;
Expand Down

0 comments on commit 8002792

Please sign in to comment.