]> asedeno.scripts.mit.edu Git - linux.git/commit
clocksource/drivers/timer-of: Do not warn on deferred probe
authorJon Hunter <jonathanh@nvidia.com>
Wed, 21 Aug 2019 15:02:40 +0000 (16:02 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 26 Aug 2019 22:31:39 +0000 (00:31 +0200)
commit763719771e84b8c8c2f53af668cdc905faa608de
treeb033d054874e270a88ea847de56a42bf1ba99f3d
parenta2b58537b4a1cc08fd254fb8d1c24191ce286ae1
clocksource/drivers/timer-of: Do not warn on deferred probe

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 <jonathanh@nvidia.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/timer-of.c