]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove function
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 26 Feb 2024 21:37:39 +0000 (22:37 +0100)
committerSasha Levin <sashal@kernel.org>
Tue, 26 Mar 2024 22:19:36 +0000 (18:19 -0400)
commit1155f56ce76d2d145df5990f81e53213b658c72a
treea2b99366375409fb90d4d864d1a0deaa7c29cea6
parentf91a731ffc3b9eed7e3091d59620b292c448e9c1
mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove function

[ Upstream commit ae5004a40a262d329039b99b62bd3fe7645b66ad ]

This looks strange to call release_mem_region() in a remove function
without any request_mem_region() in the probe or "struct resource"
somewhere.

So remove the corresponding code.

Fixes: 3a96dff0f828 ("mmc: SD/MMC Host Controller for Wondermedia WM8505/WM8650")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/bb0bb1ed1e18de55e8c0547625bde271e64b8c31.1708983064.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/mmc/host/wmt-sdmmc.c