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

Commit f0b92b96 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: atkbd - remove unneeded synchronize_sched()



atkbd_disable() provides all necessary synchronization with
atkbd_interrupt().

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent b037b08e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -823,7 +823,6 @@ static void atkbd_disconnect(struct serio *serio)
	atkbd_disable(atkbd);

	/* make sure we don't have a command in flight */
	synchronize_sched();  /* Allow atkbd_interrupt()s to complete. */
	flush_scheduled_work();

	sysfs_remove_group(&serio->dev.kobj, &atkbd_attribute_group);