[PATCH 5/9] clocksource/drivers/moxart: Replace panic by pr_err

2016-09-12 Thread Daniel Lezcano
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 Acked-by: Joel Stanley --- drivers/clocksource/moxart_timer.c |

[PATCH 5/9] clocksource/drivers/moxart: Replace panic by pr_err

2016-09-12 Thread Daniel Lezcano
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 Acked-by: Joel Stanley --- drivers/clocksource/moxart_timer.c | 6 -- 1 file changed, 4 insertions(+),