Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9c612eb authored by Tejun Heo's avatar Tejun Heo
Browse files

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: default avatarTejun Heo <tj@kernel.org>
parent a6665944
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);