commit | 9a87427db940047907aee0dc86965645656f1ca9 | [log] [tgz] |
---|---|---|
author | Yaniv Gardi <ygardi@codeaurora.org> | Tue Dec 04 16:42:58 2012 +0200 |
committer | Yaniv Gardi <ygardi@codeaurora.org> | Tue Dec 04 16:42:58 2012 +0200 |
tree | 6bba85c0ad535da8c5e50bd293a9f0389dca0a56 | |
parent | 47fe85fd08ca6964ce673003d4d20ab15394fadd [diff] |
mmc: card: fix timeout on erase/trim command due to sanitize Sanitize command should never be issued with timeout argument of 0, cause then it invokes timeout. Moreover, sanitize command should not be called from routines that does erase/trim/secure-discard commands, but only from a routine that issues the sanitize spesifically.(mmc_blk_issue_sanitize_rq) Change-Id: Ia3e3737f4bad149edc2248b8a30d74a9bd812be1 Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>