soc: qcom: ice: introduce devm_of_qcom_ice_get
authorTudor Ambarus <tudor.ambarus@linaro.org>
Fri, 17 Jan 2025 14:18:50 +0000 (14:18 +0000)
committerBjorn Andersson <andersson@kernel.org>
Fri, 14 Feb 2025 17:37:16 +0000 (11:37 -0600)
commit1c13d6060d612601a61423f2e8fbf9e48126acca
treea0ef16b0a4053272081395109bd9861e6a103599
parent707fb1f227aae7df81d658f7898b4284b9b61064
soc: qcom: ice: introduce devm_of_qcom_ice_get

Callers of of_qcom_ice_get() leak the device reference taken by
of_find_device_by_node(). Introduce devm variant for of_qcom_ice_get().
Existing consumers need the ICE instance for the entire life of their
device, thus exporting qcom_ice_put() is not required.

Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20250117-qcom-ice-fix-dev-leak-v2-1-1ffa5b6884cb@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/ice.c
include/soc/qcom/ice.h