Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332718
b: refs/heads/master
c: 19da415
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and David Woodhouse committed Sep 29, 2012
1 parent af76192 commit 2099c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6f32a3e2853da194bd541fa107645d71c4eaaef9
refs/heads/master: 19da4158d33053c6e91e95ee0663d625b2d32a77
2 changes: 2 additions & 0 deletions trunk/drivers/mtd/nand/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ static int s3c2412_nand_devready(struct mtd_info *mtd)

/* ECC handling functions */

#ifdef CONFIG_MTD_NAND_S3C2410_HWECC
static int s3c2410_nand_correct_data(struct mtd_info *mtd, u_char *dat,
u_char *read_ecc, u_char *calc_ecc)
{
Expand Down Expand Up @@ -592,6 +593,7 @@ static int s3c2440_nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat,

return 0;
}
#endif

/* over-ride the standard functions for a little more speed. We can
* use read/write block to move the data buffers to/from the controller
Expand Down

0 comments on commit 2099c8c

Please sign in to comment.