commit | 41f469cac2663a41a7b0c84cb94e8f7024385ae4 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Mon Jul 25 19:59:23 2016 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Sep 26 21:31:07 2016 +0200 |
tree | 368e124793994c5ec79bd4b78fed1c097d5dbb9b | |
parent | 721e0497172f0fa661eed2d63367cddf479f35e8 [diff] |
mmc: moxart: fix wait_for_completion_interruptible_timeout return variable type wait_for_completion_timeout_interruptible returns long not unsigned long so dma_time, which is used exclusively here, is changed to long. Fixes: 1b66e94e6b99 ("mmc: moxart: Add MOXA ART SD/MMC driver") Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>