commit | a84ad3242e53658c25bef0bc5b82e44e040390ba | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Sun Sep 08 12:12:34 2019 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed Sep 11 16:10:19 2019 +0200 |
tree | f7f09ca18fc4bce008247f455b0aeab79e579b00 | |
parent | 51133850bce2a9e5060c6931ee58ceb685578dbf [diff] |
mmc: sdhci: Drop redundant check in sdhci_ack_sdio_irq() The sdhci_ack_sdio_irq() is called only when SDIO IRQs are enabled. Therefore, let's drop the redundant check of the internal SDHCI_SDIO_IRQ_ENABLED flag and just re-enable the IRQs immediately. Reviewed-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>