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:
@@ -823,7 +823,6 @@ static void atkbd_disconnect(struct serio *serio)
|
|||||||
atkbd_disable(atkbd);
|
atkbd_disable(atkbd);
|
||||||
|
|
||||||
/* make sure we don't have a command in flight */
|
/* make sure we don't have a command in flight */
|
||||||
synchronize_sched(); /* Allow atkbd_interrupt()s to complete. */
|
|
||||||
flush_scheduled_work();
|
flush_scheduled_work();
|
||||||
|
|
||||||
sysfs_remove_group(&serio->dev.kobj, &atkbd_attribute_group);
|
sysfs_remove_group(&serio->dev.kobj, &atkbd_attribute_group);
|
||||||
|
Reference in New Issue
Block a user