
8 Nov
2006
8 Nov
'06
10:59 p.m.
Hi,
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.
Please apply, Rui