git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aca334
)
mtd: nand: cleanup the nand_do_write_ops
author
Maxim Levitsky
<maximlevitsky@gmail.com>
Mon, 22 Feb 2010 18:39:36 +0000
(20:39 +0200)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Fri, 26 Feb 2010 17:47:47 +0000
(17:47 +0000)
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>
No differences found