Skip to content
Snippets Groups Projects
Commit 0a3a4b9d authored by Alim Akhtar's avatar Alim Akhtar Committed by Daniel Lezcano
Browse files

clocksource/drivers/exynos_mct: Increase the size of name array


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: default avatarAlim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20220221174547.26176-3-alim.akhtar@samsung.com


Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent f49b82a0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment