[PATCH 3/6] wifi: wilc1000: do not keep sdio bus claimed during suspend/resume

From: Alexis Lothoré
Date: Thu Jun 13 2024 - 10:10:47 EST


There is no reason to keep the MMC host claimed during suspend.

Signed-off-by: Alexis Lothoré <alexis.lothore@xxxxxxxxxxx>
---
drivers/net/wireless/microchip/wilc1000/sdio.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/net/wireless/microchip/wilc1000/sdio.c b/drivers/net/wireless/microchip/wilc1000/sdio.c
index 4e478a2cd4cc..fb4de3de1140 100644
--- a/drivers/net/wireless/microchip/wilc1000/sdio.c
+++ b/drivers/net/wireless/microchip/wilc1000/sdio.c
@@ -269,7 +269,6 @@ static int wilc_sdio_suspend(struct device *dev)
dev_err(&func->dev, "Fail reset sdio\n");
return ret;
}
- sdio_claim_host(func);

return 0;
}
@@ -1000,7 +999,6 @@ static int wilc_sdio_resume(struct device *dev)
struct wilc *wilc = sdio_get_drvdata(func);

dev_info(dev, "sdio resume\n");
- sdio_release_host(func);
wilc_sdio_init(wilc, true);

if (wilc->suspend_event)

--
2.45.2