commit | 2dba8d8e866abb4f4cc15ec257f456db7c3dd1d4 | [log] [tgz] |
---|---|---|
author | Murali Palnati <palnatim@codeaurora.org> | Wed Nov 14 19:31:47 2012 +0530 |
committer | Murali Palnati <palnatim@codeaurora.org> | Wed Nov 14 19:38:33 2012 +0530 |
tree | 38300d1df952240626ea12ca7b333fbb80780672 | |
parent | 89fe022c74f983102a80b19700f7243cbbcd257b [diff] |
mtd: Remove the duplicate code that checks for bad blocks. The functionality in the block that is removed is already handled by the function part_fill_badblockstats which is called right before this block. This should not have been there in the first place. With the introduction of the lazy ecc stats functionality this part of the code should go away. Change-Id: I925c24602613de4be76c6c3d5d46f7e549ccf5de Signed-off-by: Murali Palnati <palnatim@codeaurora.org>