commit | 763719771e84b8c8c2f53af668cdc905faa608de | [log] [tgz] |
---|---|---|
author | Jon Hunter <jonathanh@nvidia.com> | Wed Aug 21 16:02:40 2019 +0100 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Aug 27 00:31:39 2019 +0200 |
tree | b033d054874e270a88ea847de56a42bf1ba99f3d | |
parent | a2b58537b4a1cc08fd254fb8d1c24191ce286ae1 [diff] |
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>