]> git.karo-electronics.de Git - mv-sheeva.git/commit
mtd: nand: cleanup the nand_do_write_ops
authorMaxim Levitsky <maximlevitsky@gmail.com>
Mon, 22 Feb 2010 18:39:36 +0000 (20:39 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 26 Feb 2010 17:47:47 +0000 (17:47 +0000)
commit782ce79a45b3b850b108896fcf7da26754061c8f
tree33048893319b835e1eeadbd89b9bf647d13cc81c
parent9aca334e854c319ccafea871006fda3814196e7b
mtd: nand: cleanup the nand_do_write_ops

nand_do_write_ops was broken in regard to writing several pages, each
with its own oob.

Although nand_do_write_ops intends to allow such mode, it fails do do so
Probably this was never tested.

Also add missing checks for attempts to write at illegal offsets.

Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/nand_base.c