Skip to content

Commit

Permalink
mtd: nand: denali should also handle NAND_CMD_PARAM
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Fainelli <ffainelli@freebox.fr>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Florian Fainelli authored and David Woodhouse committed Oct 24, 2010
1 parent caa4b6f commit 42af8b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mtd/nand/denali.c
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,7 @@ static void denali_cmdfunc(struct mtd_info *mtd, unsigned int cmd, int col,
read_status(denali);
break;
case NAND_CMD_READID:
case NAND_CMD_PARAM:
reset_buf(denali);
/*sometimes ManufactureId read from register is not right
* e.g. some of Micron MT29F32G08QAA MLC NAND chips
Expand Down

0 comments on commit 42af8b5

Please sign in to comment.