diff options
author | Chuanxiao.Dong <chuanxiao.dong@intel.com> | 2014-08-01 08:00:13 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-09-09 13:59:00 +0200 |
commit | ae9060377a67a0840f980bc0e2cb32af07baf479 (patch) | |
tree | 681cc827daadff404aca6a4d11a28354a94311d7 /net | |
parent | mmc: jz4740: prepare next dma transfer in parallel with current transfer (diff) | |
download | linux-ae9060377a67a0840f980bc0e2cb32af07baf479.tar.xz linux-ae9060377a67a0840f980bc0e2cb32af07baf479.zip |
mmc: sdhci: fix the wrong type of curr
curr should use signed type since it will contain the returned
value which is possible to be a negative value. Using u32 will
make the returned value to be true even there is a negative result.
Change to use int instead of u32
Signed-off-by: Chuanxiao Dong <chuanxiao.dong@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions