X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fhpet.c;h=64d5ad0b8add85190ef600bb4f4887889729ef29;hb=e81cfd214f97a26ca2b00564258ebcf099214cbb;hp=bb2e0f0975ae67d0a903f5542b4822595bda4ded;hpb=1e70c7f7a9d4a3d2cc78b40e1d7768d99cd79899;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index bb2e0f0975a..64d5ad0b8ad 100644 --- a/arch/x86/kernel/hpet.c +++ b/arch/x86/kernel/hpet.c @@ -633,6 +633,7 @@ static int hpet_cpuhp_notify(struct notifier_block *n, /* FIXME: add schedule_work_on() */ schedule_delayed_work_on(cpu, &work.work, 0); wait_for_completion(&work.complete); + destroy_timer_on_stack(&work.work.timer); break; case CPU_DEAD: if (hdev) {