Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30941
b: refs/heads/master
c: 0e4ced5
h: refs/heads/master
i:
  30939: c7ed178
v: v3
  • Loading branch information
Petr Stetiar authored and David Woodhouse committed Jun 27, 2006
1 parent d544d0e commit ad744dd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 04510dee3c21ac208351cc6de7b70a5459ab3029
refs/heads/master: 0e4ced59de7c0c23588d2b3f6d302592545cd12e
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/ts7250.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static void ts7250_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl)
unsigned long addr = TS72XX_NAND_CONTROL_VIRT_BASE;
unsigned char bits;

bits = (ctrl & NAND_CNE) << 2;
bits = (ctrl & NAND_NCE) << 2;
bits |= ctrl & NAND_CLE;
bits |= (ctrl & NAND_ALE) >> 2;

Expand Down

0 comments on commit ad744dd

Please sign in to comment.