]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: tmio: fix wrong bitmask for SDIO irqs
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sun, 13 Nov 2016 14:29:11 +0000 (15:29 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 29 Nov 2016 08:01:03 +0000 (09:01 +0100)
commitc2d1271a2e4cfe2ed95ef7edaf5f9f0e8e2c7813
treeb172ee6287cac61ad54fa93c7142be3b9bd437b6
parent01236dc50291f182feeed3fbb6c4975c7b72633b
mmc: tmio: fix wrong bitmask for SDIO irqs

Commit d9438192dbaf67 ("mmc: tmio: Provide separate interrupt handlers")
refactored the sdio irq handler and wrongly used the mask for SD irqs,
not for SDIO irqs. This doesn't really matter in practice because both
values keep the only interrupt we are interested in. But still, this is
wrong and wants to be fixed.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/tmio_mmc_pio.c