[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <79403fa37a491749b9fcbbffb17ddc8e.sboyd@kernel.org>
Date: Thu, 29 Aug 2024 10:42:03 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
Cc: Yan Zhen <yanzhen@...o.com>, andersson@...nel.org, mturquette@...libre.com, linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org, opensource.kernel@...o.com
Subject: Re: [PATCH v3] clk: qcom: Fix error checking for devm_clk_hw_get_clk()
Quoting Dmitry Baryshkov (2024-08-29 02:06:51)
> On Tue, Aug 27, 2024 at 11:18:10AM GMT, Stephen Boyd wrote:
> > Quoting Yan Zhen (2024-08-26 19:52:52)
> > > The devm_clk_hw_get_clk() function returns error pointers.
> > > It never returns NULL. Update the check accordingly.
> >
> > It can return NULL if the 'hw' pointer passed in is NULL.
>
> No, it will crash:
>
> WARN_ON_ONCE(dev != hw->core->dev);
>
> Furthermore, clk_hw_get_clk() also doesn't have NULL checks and will
> crash if NULL is passed as hw.
Ah, thanks. I misread it as clk_hw_create_clk().
Powered by blists - more mailing lists