Messages in this thread |  | | Subject | Re: [PATCH] clk: Don't cache errors from clk_ops::get_phase() | From | Stephen Boyd <> | Date | Sat, 04 Jan 2020 23:55:55 -0800 |
| |
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.
|  |