]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[PATCH] nand_wait() timeout fixes
authorStefan Roese <sr@denx.de>
Mon, 27 Nov 2006 16:22:19 +0000 (17:22 +0100)
committerStefan Roese <sr@denx.de>
Mon, 27 Nov 2006 16:24:40 +0000 (17:24 +0100)
commit15784862857c3c2214498defcfed84ff137fb81e
tree00fb89e8966770ca7985cdbb7ad4addd4b881d42
parent3b58d9459081ae33885335c645fc0b865584ae4e
[PATCH] nand_wait() timeout fixes

Two fixes for the nand_wait() function in
drivers/nand/nand_base.c:

1. Use correct timeouts. The original timeouts in Linux
source are 400ms and 20ms not 40s and 20s

2. Return correct error value in case of timeout. 0 is
interpreted as OK.

Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/nand/nand_base.c