[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200105075556.60E1A20848@mail.kernel.org>
Date: Sat, 04 Jan 2020 23:55:55 -0800
From: Stephen Boyd <sboyd@...nel.org>
To: Jerome Brunet <jbrunet@...libre.com>
Cc: Michael Turquette <mturquette@...libre.com>,
linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org,
Douglas Anderson <dianders@...omium.org>,
Heiko Stuebner <heiko@...ech.de>,
Jerome Brunet <jbrunet@...libre.com>
Subject: Re: [PATCH] clk: Don't cache errors from clk_ops::get_phase()
Quoting Stephen Boyd (2020-01-04 23:50:49)
>
> Quoting Jerome Brunet (2019-10-02 01:31:46)
> > >
> > > + clk_core_get_phase(core);
> >
> > Should the error be checked here as well ?
>
> What error?
>
Ah the error when clk_ops::get_phase() returns an error? I guess we
should just silently ignore it to maintain the previous behavior? Or we
can bail out of clk registration. Seems low risk to do that in another
patch.
Powered by blists - more mailing lists