diff options
Diffstat (limited to 'arch/x86/kernel/apb_timer.c')
| -rw-r--r-- | arch/x86/kernel/apb_timer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apb_timer.c b/arch/x86/kernel/apb_timer.c index afdc3f756de..cf927357191 100644 --- a/arch/x86/kernel/apb_timer.c +++ b/arch/x86/kernel/apb_timer.c @@ -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);  		}  |