Re: [U-Boot] [PATCH] NAND: Update read_read_subpage API check

2009-11-18 Thread Scott Wood
On Mon, Nov 16, 2009 at 01:32:01PM -0500, s-paul...@ti.com wrote: > From: Sandeep Paulraj > > This patch updates a check condition in the NAND driver. > The check condition is similat to what is in linux/next. Hmm, even in Linux all other invocations of ecc.correct check < 0 rather than == -1.

[U-Boot] [PATCH] NAND: Update read_read_subpage API check

2009-11-16 Thread s-paulraj
From: Sandeep Paulraj This patch updates a check condition in the NAND driver. The check condition is similat to what is in linux/next. Signed-off-by: Sandeep Paulraj --- drivers/mtd/nand/nand_base.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/nand/nan