Re: [PATCH v5 1/2] clk: qcom: lpasscc-sc7810: Use devm in probe

From: Stephen Boyd
Date: Wed Nov 04 2020 - 21:34:08 EST


Quoting Douglas Anderson (2020-10-19 15:49:34)
> Let's convert the lpass clock control driver to use devm. This is a
> few more lines of code, but it will be useful in a later patch which
> disentangles the two devices handled by this driver.
>
> Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
> ---

This pattern is common. We should consider pulling this into qcom/core.c
and consolidating code a bit.

Applied to clk-next