]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/clocksource/arm_arch_timer.c
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / clocksource / arm_arch_timer.c
index 394e417414d3f297c9f56497f1a00b31afe55d21..4c8c3fb2e8b248b3335d1c4f582f7faab1121d37 100644 (file)
@@ -738,7 +738,7 @@ static int __init arch_timer_register(void)
 
        /* Register and immediately configure the timer on the boot CPU */
        err = cpuhp_setup_state(CPUHP_AP_ARM_ARCH_TIMER_STARTING,
-                               "AP_ARM_ARCH_TIMER_STARTING",
+                               "clockevents/arm/arch_timer:starting",
                                arch_timer_starting_cpu, arch_timer_dying_cpu);
        if (err)
                goto out_unreg_cpupm;