]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/apb_timer.c
x86/apb/timer: Remove unnecessary "if"
[karo-tx-linux.git] / arch / x86 / kernel / apb_timer.c
index afdc3f756dea0d0a1e4f460e1c3fad7eb782577b..cf92735719171a9adabe81511b8adbbff6c146ed 100644 (file)
@@ -240,7 +240,7 @@ static int apbt_cpuhp_notify(struct notifier_block *n,
                dw_apb_clockevent_pause(adev->timer);
                if (system_state == SYSTEM_RUNNING) {
                        pr_debug("skipping APBT CPU %lu offline\n", cpu);
-               } else if (adev) {
+               } else {
                        pr_debug("APBT clockevent for cpu %lu offline\n", cpu);
                        dw_apb_clockevent_stop(adev->timer);
                }