Re: [PATCH 6.0 525/862] phy: qcom-qmp-pcie-msm8996: fix memleak on probe deferral

From: Johan Hovold
Date: Wed Oct 19 2022 - 05:45:17 EST


On Wed, Oct 19, 2022 at 10:30:12AM +0200, Greg Kroah-Hartman wrote:
> From: Johan Hovold <johan+linaro@xxxxxxxxxx>
>
> [ Upstream commit 1f69ededf8e80c42352e7f1c165a003614de9cc2 ]
>
> Switch to using the device-managed of_iomap helper to avoid leaking
> memory on probe deferral and driver unbind.
>
> Note that this helper checks for already reserved regions and may fail
> if there are multiple devices claiming the same memory.

Again, because of the above, this should not be backported. Please drop.

> Fixes: e78f3d15e115 ("phy: qcom-qmp: new qmp phy driver for qcom-chipsets")
> Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx>
> Link: https://lore.kernel.org/r/20220916102340.11520-4-johan+linaro@xxxxxxxxxx
> Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx>
> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

Johan