Commit 41f469ca authored by Nicholas Mc Guire's avatar Nicholas Mc Guire Committed by Ulf Hansson
Browse files

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: 1b66e94e

 ("mmc: moxart: Add MOXA ART SD/MMC driver")
Signed-off-by: default avatarNicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 721e0497
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment