mmc: litex_mmc: ensure `host->irq == 0` if polling
authorGabriel Somlo <gsomlo@gmail.com>
Mon, 7 Nov 2022 15:55:16 +0000 (10:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:32:24 +0000 (13:32 +0100)
commit9229e7a00f5b7e1566110840ea05db22139bc246
tree0289e23c8ef0f4c7fce232775644afa670657843
parenteb7a2d516d4fbd165c07877a20feccb047342b1f
mmc: litex_mmc: ensure `host->irq == 0` if polling

[ Upstream commit 5c1a2b77cd1b59112cf22b3e338f7e416797ad32 ]

Ensure the flag is explicitly set to 0 if we determine that polling is
needed during driver probe, to cover all possible cases.

Fixes: 92e099104729 ("mmc: Add driver for LiteX's LiteSDCard interface")
Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
Link: https://lore.kernel.org/r/20221107155516.2535912-1-gsomlo@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/mmc/host/litex_mmc.c