Re: [PATCH] mtd: nand: fix erronous read_buf call in nand_write_page_raw_syndrome

2014-02-11 Thread Brian Norris
On Sat, Feb 01, 2014 at 07:10:28PM +0100, Boris BREZILLON wrote: > read_buf is called in place of write_buf in the > nand_write_page_raw_syndrome function. > > Signed-off-by: Boris BREZILLON Good catch! I guess no one really tests this function. I can understand that, since it's in the "raw" ver

[PATCH] mtd: nand: fix erronous read_buf call in nand_write_page_raw_syndrome

2014-02-01 Thread Boris BREZILLON
read_buf is called in place of write_buf in the nand_write_page_raw_syndrome function. Signed-off-by: Boris BREZILLON --- drivers/mtd/nand/nand_base.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index 15069ec.