Input: atkbd - remove unneeded synchronize_sched()
atkbd_disable() provides all necessary synchronization with atkbd_interrupt(). Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
b037b08e59
commit
f0b92b961b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user