2022-02-22 04:49:55

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v3 3/3] clocksource/drivers/exynos_mct: increase the size of name array

On 21/02/2022 18:45, Alim Akhtar wrote:
> Variable _name_ hold mct_tick number per cpu and it is currently
> limited to 10. Which restrict the scalability of the MCT driver for
> the SoC which has more local timers interrupts (>= 12).
> Increase the length of it to make mct_tick printed correctly for
> each local timer interrupts per CPU.
>
> Signed-off-by: Alim Akhtar <[email protected]>
> ---
> drivers/clocksource/exynos_mct.c | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>


Reviewed-by: Krzysztof Kozlowski <[email protected]>


Best regards,
Krzysztof