Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282837
b: refs/heads/master
c: e32de76
h: refs/heads/master
i:
  282835: 19dbee4
v: v3
  • Loading branch information
Liu Shuo authored and David Woodhouse committed Jan 9, 2012
1 parent 234a6bb commit 24cf7f6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a9a552f0bf6258c3593e8887c7212f0fbec8b44c
refs/heads/master: e32de766c2eb65f775438dd6d8ec5007619d2fe5
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/nand/fsl_elbc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,8 @@ static void fsl_elbc_cmdfunc(struct mtd_info *mtd, unsigned int command,
*/
if (elbc_fcm_ctrl->oob || elbc_fcm_ctrl->column != 0 ||
elbc_fcm_ctrl->index != mtd->writesize + mtd->oobsize)
out_be32(&lbc->fbcr, elbc_fcm_ctrl->index);
out_be32(&lbc->fbcr,
elbc_fcm_ctrl->index - elbc_fcm_ctrl->column);
else
out_be32(&lbc->fbcr, 0);

Expand Down

0 comments on commit 24cf7f6

Please sign in to comment.