mmc: sdhci: Remove finish_tasklet
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 5 Apr 2019 12:40:20 +0000 (15:40 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 15 Apr 2019 10:03:39 +0000 (12:03 +0200)
commitc07a48c2651965e84d35cf193dfc0e5f7892d612
treed22f259f49f41588b41cdf9798c5075a2d82c991
parent19d2f695f4e82794df7465b029c02b104d1b9903
mmc: sdhci: Remove finish_tasklet

Remove finish_tasklet. Requests that require DMA-unmapping or sdhci_reset
are completed either in the IRQ thread or a workqueue if the completion is
not initiated by the IRQ.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c
drivers/mmc/host/sdhci.h