Loading drivers/coresight/coresight-etmv4.c +0 −8 Original line number Diff line number Diff line Loading @@ -3482,14 +3482,6 @@ static int etm_cpu_callback(struct notifier_block *nfb, unsigned long action, out: return NOTIFY_OK; err1: if (--count == 0) { /* Release the cpu_add_remove_lock */ cpu_maps_update_done(); unregister_hotcpu_notifier(&etm_cpu_notifier); unregister_hotcpu_notifier(&etm_cpu_dying_notifier); /* Set to the original state of lock */ cpu_maps_update_begin(); } if (clk_disable[cpu]) { clk_disable_unprepare(etmdrvdata[cpu]->clk); clk_disable[cpu] = false; Loading Loading
drivers/coresight/coresight-etmv4.c +0 −8 Original line number Diff line number Diff line Loading @@ -3482,14 +3482,6 @@ static int etm_cpu_callback(struct notifier_block *nfb, unsigned long action, out: return NOTIFY_OK; err1: if (--count == 0) { /* Release the cpu_add_remove_lock */ cpu_maps_update_done(); unregister_hotcpu_notifier(&etm_cpu_notifier); unregister_hotcpu_notifier(&etm_cpu_dying_notifier); /* Set to the original state of lock */ cpu_maps_update_begin(); } if (clk_disable[cpu]) { clk_disable_unprepare(etmdrvdata[cpu]->clk); clk_disable[cpu] = false; Loading