commit | a7b703a53cb3fdcaf75020bb19d7e0fdac1a128c | [log] [tgz] |
---|---|---|
author | Subhash Jadavani <subhashj@codeaurora.org> | Wed Oct 14 19:04:26 2015 -0700 |
committer | Xiaonian Wang <xiaonian@codeaurora.org> | Fri Apr 07 17:30:48 2017 -0700 |
tree | 3a65592e39a3f91a6e7dff34eac5020d020bfce0 | |
parent | 442c60ad0c6d6a2a614c6525cb69eed04fa686c9 [diff] |
mmc: core: prevent calling ->post_req 2 times if request submit fails Currently we might end up calling ->post_req() 2 times if we failed to submit the request to host driver. This change fixes this issue. Change-Id: I10b681ab955e0a9126b22df68d3601b75328c949 Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>