Re: [PATCH v2 3/7] soc: qcom: icc-bwmon: Remove unused struct member

From: Krzysztof Kozlowski
Date: Wed Mar 15 2023 - 03:28:26 EST


On 13/03/2023 12:41, Konrad Dybcio wrote:
> bwmon->regmap was never used, as the regmap for bwmon is registered
> through devres and accessed through bwmon's regmap_field members.
> Remove it
>
> Fixes: ec63dcd3c863 ("soc: qcom: icc-bwmon: use regmap and prepare for BWMON v5")
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
> ---
> drivers/soc/qcom/icc-bwmon.c | 1 -
> 1 file changed, 1 deletion(-)
>

Put it as second patch in the patchset - after bindings.

Best regards,
Krzysztof