mmc: moxart: fix wait_for_completion_interruptible_timeout return variable type
authorNicholas Mc Guire <hofrat@osadl.org>
Mon, 25 Jul 2016 17:59:23 +0000 (19:59 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 12 Sep 2016 08:35:20 +0000 (10:35 +0200)
commit7c604a4b32eda2afe39a1f3252f3a99bf90d361c
tree204c3fde17727afde5c7fa3dee4b6badfd111206
parent958e66129fcc28de105a9226f63f4ddc781075c3
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>
drivers/mmc/host/moxart-mmc.c
This page took 0.024225 seconds and 5 git commands to generate.