Re: [PATCH 1/2] clocksource/drivers/timer-of: Do not warn on deferred probe

2019-08-21 Thread Daniel Lezcano
On 21/08/2019 17:02, Jon Hunter wrote: > Deferred probe is an expected return value for clk_get() on many > platforms. The driver deals with it properly, so there's no need > to output a warning that may potentially confuse users. > > Signed-off-by: Jon Hunter > --- Applied, thanks! > drivers/

[PATCH 1/2] clocksource/drivers/timer-of: Do not warn on deferred probe

2019-08-21 Thread Jon Hunter
Deferred probe is an expected return value for clk_get() on many platforms. The driver deals with it properly, so there's no need to output a warning that may potentially confuse users. Signed-off-by: Jon Hunter --- drivers/clocksource/timer-of.c | 6 -- 1 file changed, 4 insertions(+), 2 de