]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/clocksource/mips-gic-timer.c
Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
[mirror_ubuntu-bionic-kernel.git] / drivers / clocksource / mips-gic-timer.c
index 7b86d07c99b4ce0327e0f517be7b328a248880a3..d9ef7a61e093964485e2f078c733a299b33cc409 100644 (file)
@@ -120,8 +120,8 @@ static int gic_clockevent_init(void)
        }
 
        cpuhp_setup_state(CPUHP_AP_MIPS_GIC_TIMER_STARTING,
-                         "AP_MIPS_GIC_TIMER_STARTING", gic_starting_cpu,
-                         gic_dying_cpu);
+                         "clockevents/mips/gic/timer:starting",
+                         gic_starting_cpu, gic_dying_cpu);
        return 0;
 }