[PATCH] PM / devfreq: sun8i-a33-mbus: Simplify by using more devm functions
Uwe Kleine-König
u.kleine-koenig at baylibre.com
Sun May 11 09:13:27 PDT 2025
Hello,
On Sun, May 11, 2025 at 09:38:36PM +0900, Chanwoo Choi wrote:
> On Mon, Nov 11, 2024 at 8:25 PM Uwe Kleine-König
> <u.kleine-koenig at baylibre.com> wrote:
> > + ret = devm_clk_rate_exclusive_get(priv->clk_mbus);
> > + if (ret)
> > + return dev_err_probe(dev, ret, "failed to lock mbus clock rate\n");
As the build bot noticed, I missed to add dev as first argument to
devm_clk_rate_exclusive_get(). Can you fix that up, or should I send a
proper patch to make the compiler happy.
Sorry
Uwe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20250511/0f5b0b48/attachment.sig>
More information about the linux-arm-kernel
mailing list