Re: [PATCH v11 5/8] clocksource/drivers/arm_arch_timer: Simplify ACPI support code.

From: Thomas Gleixner
Date: Tue Sep 06 2016 - 10:40:25 EST


On Tue, 6 Sep 2016, fu.wei@xxxxxxxxxx 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