summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2024-02-18 18:41:38 +0100
committerDaniel Lezcano <daniel.lezcano@linaro.org>2024-02-19 00:48:54 +0100
commit9256cec7b4f3293c11585326401325b1f81670e1 (patch)
treed0370ee02aa113b580cb8bb1b5d818b798e83a34
parentb34b9547cee41575a4fddf390f615570759dc999 (diff)
downloadlinux-stable-9256cec7b4f3293c11585326401325b1f81670e1.tar.gz
linux-stable-9256cec7b4f3293c11585326401325b1f81670e1.tar.bz2
linux-stable-9256cec7b4f3293c11585326401325b1f81670e1.zip
clocksource/drivers/arm_global_timer: Remove stray tab
Remove a stray tab in global_timer_of_register() which is different from the coding style in the rest of the driver. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20240218174138.1942418-3-martin.blumenstingl@googlemail.com
-rw-r--r--drivers/clocksource/arm_global_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/arm_global_timer.c b/drivers/clocksource/arm_global_timer.c
index e1c773bb5535..8dd1e46b7176 100644
--- a/drivers/clocksource/arm_global_timer.c
+++ b/drivers/clocksource/arm_global_timer.c
@@ -411,7 +411,7 @@ static int __init global_timer_of_register(struct device_node *np)
err = gt_clocksource_init();
if (err)
goto out_irq;
-
+
err = cpuhp_setup_state(CPUHP_AP_ARM_GLOBAL_TIMER_STARTING,
"clockevents/arm/global_timer:starting",
gt_starting_cpu, gt_dying_cpu);