On Tue, 6 Sep 2016, fu.wei@linaro.org wrote:
- if (timer_count < 0)
pr_err("Failed to get platform timer info, skipping.\n");
So this prints something about skipping. But then it continues as if nothing went wrong. That's either wrong or confusing or both.
- arch_timer_init();
- return 0;
- return arch_timer_init();
Thanks,
tglx