mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
mmc: host: rk_sdmmc: fix re-put count of dma
This commit is contained in:
@@ -3839,9 +3839,6 @@ void dw_mci_remove(struct dw_mci *host)
|
||||
int i;
|
||||
del_timer_sync(&host->dto_timer);
|
||||
|
||||
if(host->use_dma && host->dma_ops->exit)
|
||||
host->dma_ops->exit(host);
|
||||
|
||||
mci_writel(host, RINTSTS, 0xFFFFFFFF);
|
||||
mci_writel(host, INTMASK, 0); /* disable all mmc interrupt first */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user