On Sun, Mar 02, 2025 at 05:21:34PM +0100, Christophe JAILLET wrote: > 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@xxxxxxxxxx> > --- > drivers/bus/qcom-ssc-block-bus.c | 3 --- > 1 file changed, 3 deletions(-) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> -- With best wishes Dmitry