Re: [PATCH] mmc: moxart: Remove unused variable 'dma_time' and 'pio_time'

2021-04-12 Thread Ulf Hansson
On Fri, 2 Apr 2021 at 11:53, Yang Li wrote: > > 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 Ro

[PATCH] mmc: moxart: Remove unused variable 'dma_time' and 'pio_time'

2021-04-02 Thread Yang Li
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 Signed-off-by: Yang Li --- drivers/mmc/host/mo