commit | 18e41a1cd2b4d41341a91019a963069bf2df62bc | [log] [tgz] |
---|---|---|
author | Sujit Reddy Thumma <sthumma@codeaurora.org> | Wed Dec 14 21:46:54 2011 +0530 |
committer | Sujit Reddy Thumma <sthumma@codeaurora.org> | Mon Jan 02 09:32:32 2012 +0530 |
tree | ae52a353b674b0d569cb4e979c0ddecadde02697 | |
parent | 4e566b30e0e6c04038cf08508e5cf233aab94413 [diff] |
mmc: msm_sdcc: Fix wrong update of transfer remain variable The value returned by the msmsdcc_pio_read() will be a 32bit aligned value, which could be more than what we have requested to read due to alignment force. Make sure that host->curr.xfer_remain is updated with correct value. Change-Id: I8fe1ec7b51626c53d39fe392122f357a3a8db8e2 Signed-off-by: Sujit Reddy Thumma <sthumma@codeaurora.org>