]> git.ipfire.org Git - thirdparty/linux.git/commit
bus: qcom-ssc-block-bus: Remove some duplicated iounmap() calls
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 2 Mar 2025 16:21:34 +0000 (17:21 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 13 Mar 2025 22:11:56 +0000 (17:11 -0500)
commita9ac4ba7dcace2b3b91e7b87bf0ba97c47edd94f
tree535923daadb8c3ecc7e43f4fd8be313c651edadb
parentd4471b988582db2689692c81a577ce0421b60256
bus: qcom-ssc-block-bus: Remove some duplicated iounmap() calls

reg_mpm_sscaon_config[01] are allocated with devm_ioremap_resource(). So,
they will be unmapped automatically by the manage resource framework.

Remove the incorrect explicit iounmap() calls from the remove function.

Fixes: 97d485edc1d9 ("bus: add driver for initializing the SSC bus on (some) qcom SoCs")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/efd06711b126e761a06eb5ef82daf9ad4e116a10.1740932040.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/bus/qcom-ssc-block-bus.c