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:
0b824d2
)
block2mtd: dubious assignment
author
Nicolas Kaiser
<nikai@nikai.net>
Fri, 22 Oct 2010 10:47:24 +0000
(12:47 +0200)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Tue, 26 Oct 2010 09:58:00 +0000
(10:58 +0100)
When block2mtd_erase fails, a duplicated assignment instantly
changes instr->state from MTD_ERASE_FAILED to MTD_ERASE_DONE.
It looks to me like this might not be intended, or is it?
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Acked-By: Joern Engel <joern@logfs.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
No differences found