Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153809
b: refs/heads/master
c: a755a38
h: refs/heads/master
i:
  153807: 277dfaf
v: v3
  • Loading branch information
Peter Korsgaard authored and David Woodhouse committed Jun 5, 2009
1 parent f0bc2ff commit 75cc7b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 31bb999ee73748068ddc271dd99b22dcc418efe3
refs/heads/master: a755a3858f96ea7e8762ecaac451adfad45321bd
6 changes: 3 additions & 3 deletions trunk/drivers/mtd/nand/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ static int s3c2410_nand_setrate(struct s3c2410_nand_info *info)

case TYPE_S3C2440:
case TYPE_S3C2412:
mask = (S3C2410_NFCONF_TACLS(tacls_max - 1) |
S3C2410_NFCONF_TWRPH0(7) |
S3C2410_NFCONF_TWRPH1(7));
mask = (S3C2440_NFCONF_TACLS(tacls_max - 1) |
S3C2440_NFCONF_TWRPH0(7) |
S3C2440_NFCONF_TWRPH1(7));

set = S3C2440_NFCONF_TACLS(tacls - 1);
set |= S3C2440_NFCONF_TWRPH0(twrph0 - 1);
Expand Down

0 comments on commit 75cc7b7

Please sign in to comment.