mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndrome
commit60c3bc1fd6f1fa40b415ef5b83e2948a89a3d79c
authorBoris BREZILLON <b.brezillon.dev@gmail.com>
Sat, 1 Feb 2014 18:10:28 +0000 (1 19:10 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Tue, 11 Mar 2014 05:42:23 +0000 (10 22:42 -0700)
treed6d07c90a77ca724e106de083f6668e3b259b31f
parent3d44dc235ec16fd3db61e1468adabff131d440bc
mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndrome

read_buf is called in place of write_buf in the
nand_write_page_raw_syndrome function.

Signed-off-by: Boris BREZILLON <b.brezillon.dev@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/nand_base.c