提交 d9c612eb 编写于 作者: T Tejun Heo

macintosh/ams: don't use flush_scheduled_work()

flush_scheduled_work() is deprecated and scheduled to be removed.
Directly flush ams_info.worker on detach instead.
Signed-off-by: NTejun Heo <tj@kernel.org>
上级 a6665944
...@@ -226,7 +226,7 @@ void ams_sensor_detach(void) ...@@ -226,7 +226,7 @@ void ams_sensor_detach(void)
* We do this after ams_info.exit(), because an interrupt might * We do this after ams_info.exit(), because an interrupt might
* have arrived before disabling them. * have arrived before disabling them.
*/ */
flush_scheduled_work(); flush_work_sync(&ams_info.worker);
/* Remove device */ /* Remove device */
of_device_unregister(ams_info.of_dev); of_device_unregister(ams_info.of_dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册