OSDN Git Service

clocksource/drivers: Do not warn on probe defer
authorJon Hunter <jonathanh@nvidia.com>
Wed, 21 Aug 2019 15:02:41 +0000 (16:02 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 26 Aug 2019 22:31:39 +0000 (00:31 +0200)
commit14e019df1e64c8b19ce8e0b3da25b6f40c8716be
tree4b65900f7d81bac6d817755e0fb9bf70faebe612
parent763719771e84b8c8c2f53af668cdc905faa608de
clocksource/drivers: Do not warn on probe defer

Deferred probe is an expected return value on many platforms and 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-probe.c