commit | f126d8327748e66ec7203f347d8afe310b2d24f3 | [log] [tgz] |
---|---|---|
author | Konstantin Dorfman <kdorfman@codeaurora.org> | Wed Jul 31 18:13:37 2013 +0300 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Aug 08 13:55:05 2013 -0700 |
tree | da50dfabce5af24dd11c0329255d4f2342a75352 | |
parent | c2122056c7c4b2353b9882803b8c934566995dc3 [diff] |
mmc: card: CORRECTLY_PRG_SECTORS_NUM parsing fix According to eMMC specification (4.5 onwards), CORRECTLY_PRG_SECTORS_NUM field will reflect the accumulated packed sectors that were transferred plus header. The header (1 sector size) is not actually written to NAND. The fix will decrement correctly programmed sectors byte count by 1 sector size. CRs-fixed: 518341 Change-Id: I94a79903469c011308fcaf195fce5af5f0525026 Signed-off-by: Konstantin Dorfman <kdorfman@codeaurora.org>