Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298170
b: refs/heads/master
c: 4cbe1bf
h: refs/heads/master
v: v3
  • Loading branch information
Vipin Kumar authored and David Woodhouse committed Mar 26, 2012
1 parent 412017d commit d4d9afe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 04f168524e4b13205404fb46337312c8023d934e
refs/heads/master: 4cbe1bf07a4dfc3ec2d81c4e8aee832384997bc4
8 changes: 4 additions & 4 deletions trunk/drivers/mtd/nand/fsmc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,10 +545,10 @@ static int fsmc_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip,
group++;

/*
* length is intentionally kept a higher multiple of 2
* to read at least 13 bytes even in case of 16 bit NAND
* devices
*/
* length is intentionally kept a higher multiple of 2
* to read at least 13 bytes even in case of 16 bit NAND
* devices
*/
len = roundup(len, 2);
chip->cmdfunc(mtd, NAND_CMD_READOOB, off, page);
chip->read_buf(mtd, oob + j, len);
Expand Down

0 comments on commit d4d9afe

Please sign in to comment.