Re: [PATCH] clk: Don't cache errors from clk_ops::get_phase()

From: Stephen Boyd
Date: Sun Jan 05 2020 - 02:56:03 EST


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.