mmc: moxart: Remove unused variable 'dma_time' and 'pio_time'
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 2 Apr 2021 09:53:51 +0000 (17:53 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 12 Apr 2021 06:54:06 +0000 (08:54 +0200)
commitae3519b6abc2b9ec5eda05f735681820c0535c81
tree00fbce772da7cc0d3ac561582711606aaecccef7
parent4f111d04fb350e1d6930ee80ee700b6e43bdf6f7
mmc: moxart: Remove unused variable 'dma_time' and 'pio_time'

Fixes the following W=1 kernel build warning(s):

drivers/mmc/host/moxart-mmc.c:257:7: warning: variable ‘dma_time’ set
but not used
drivers/mmc/host/moxart-mmc.c:395:7: warning: variable ‘pio_time’ set
but not used

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/1617357231-93064-1-git-send-email-yang.lee@linux.alibaba.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/moxart-mmc.c