cpu/hotplug: Cleanup state names
[linux-2.6-block.git] / drivers / clocksource / arm_arch_timer.c
index 02fef6830e728d0adfad52920034c722273dfe61..cdeca850f29e20d4c6f48be24d421557f20bc686 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;