Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374731
b: refs/heads/master
c: fb066ad
h: refs/heads/master
i:
  374729: b54769d
  374727: 73dff34
v: v3
  • Loading branch information
Alexander Shiyan authored and David Woodhouse committed Apr 5, 2013
1 parent d69b9bb commit d48b704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 001c33ab4caccefb41ebd00a9ea2cd2bf386c16c
refs/heads/master: fb066adadd224d5e46320b3fa7a80311c09be0d9
3 changes: 1 addition & 2 deletions trunk/drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,7 @@ static void nand_command_lp(struct mtd_info *mtd, unsigned int command,
}

/* Command latch cycle */
chip->cmd_ctrl(mtd, command & 0xff,
NAND_NCE | NAND_CLE | NAND_CTRL_CHANGE);
chip->cmd_ctrl(mtd, command, NAND_NCE | NAND_CLE | NAND_CTRL_CHANGE);

if (column != -1 || page_addr != -1) {
int ctrl = NAND_CTRL_CHANGE | NAND_NCE | NAND_ALE;
Expand Down

0 comments on commit d48b704

Please sign in to comment.