commit | 4ab8343318b0c6044d293b85815502907337a8b6 | [log] [tgz] |
---|---|---|
author | Konstantin Dorfman <kdorfman@codeaurora.org> | Mon Jan 07 14:15:55 2013 +0200 |
committer | Konstantin Dorfman <kdorfman@codeaurora.org> | Mon Jan 07 16:09:24 2013 +0200 |
tree | d9c27c5ad69000309f236c64fd6a02beb9fc3eda | |
parent | 34ffcc765dfae475242176f7f7bbd6dbf6948082 [diff] |
mmc: core: Move update of is_waiting_last_req flag Set the 'is_waiting_last_req' flag as part of mmc_blk_issue_req()instead of mmc_queue_thread(), because the flag is relevant only for data requests. Now adding a new control requests will not demand change in the logic of turning on the flag. Change-Id: I20784188b23840fd6f3e9ed27be5612a6937005b Signed-off-by: Konstantin Dorfman <kdorfman@codeaurora.org>