NAND: Change nand_wait_ready() to not call nand_wait()
authorStefan Roese <sr@denx.de>
Sat, 5 Jan 2008 15:43:25 +0000 (16:43 +0100)
committerScott Wood <scottwood@freescale.com>
Tue, 12 Aug 2008 16:31:22 +0000 (11:31 -0500)
commit12072264528eba33737bc9674e19f0e925ffda23
tree87f18a3f1166051f8c7e9be56544ccc5d4e8da98
parent9ad754fef5053144daed3b007adaf1c9bec654c9
NAND: Change nand_wait_ready() to not call nand_wait()

This patch changes nand_wait_ready() to not just call nand_wait(),
since this will send a new command to the NAND chip. We just want to
wait for the chip to become ready here.

Signed-off-by: Stefan Roese <sr@denx.de>
drivers/mtd/nand/nand_base.c