commit | 34a47f0b61931d4fa654842ac2b40217d8a2a712 | [log] [tgz] |
---|---|---|
author | Subhash Jadavani <subhashj@codeaurora.org> | Thu May 02 15:36:48 2013 +0530 |
committer | Subhash Jadavani <subhashj@codeaurora.org> | Fri May 03 12:02:39 2013 +0530 |
tree | 067b3b911587d5eb540cb556bae49315a325f585 | |
parent | 144fa75788645c0f212fa8150287e016755cf35e [diff] |
mmc: msm_sdcc: fix a type mismatch in msmsdccc_config_dma() msmsdcc_prep_xfer() function returns a signed integer value but caller function msmsdcc_config_dma() is storing this value in an unsigned integer variable which is obviously not the correct thing to do. CRs-Fixed: 476578 Change-Id: I39159e2f4f73c7f54de359cbe4faba5e902915ff Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>