提交 3cb93db6 编写于 作者: D Dmitry Torokhov

Sonypi: use synchronize_irq instead of sycnronize_sched

We know exactly what IRQ we are using, so synchronize_irq()
suits much better. Plus synchronize_sched() will not work
for us in -rt kernels.
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
Acked-by: NMattia Dongili <malattia@linux.it>
上级 dcf65cd4
...@@ -1434,7 +1434,7 @@ static int __devexit sonypi_remove(struct platform_device *dev) ...@@ -1434,7 +1434,7 @@ static int __devexit sonypi_remove(struct platform_device *dev)
{ {
sonypi_disable(); sonypi_disable();
synchronize_sched(); /* Allow sonypi interrupt to complete. */ synchronize_irq(sonypi_device.irq);
flush_scheduled_work(); flush_scheduled_work();
if (useinput) { if (useinput) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册