commit | e2a2d38501cb759333342d97442b3742830752ca | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Thu Sep 08 14:25:40 2016 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Mon Sep 12 07:28:38 2016 +0200 |
tree | 4af05d709079885bb80f8212a0031f7ab3174f6a | |
parent | cf1e929c8a389bc0be63f86100f962217ea99455 [diff] |
clocksource/drivers/moxart: Replace panic by pr_err The clksrc-of code is supposed to catch the return code and fail gracefully. Don't panic on error, but print the error and exit with a relevant error code. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Joel Stanley <joel@jms.id.au>