aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/serio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/serio/serio.c')
-rw-r--r--drivers/input/serio/serio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/serio/serio.c b/drivers/input/serio/serio.c
index 3313e2daeab0..b28ea3379356 100644
--- a/drivers/input/serio/serio.c
+++ b/drivers/input/serio/serio.c
@@ -779,7 +779,6 @@ static int serio_resume(struct device *dev)
779 struct serio *serio = to_serio_port(dev); 779 struct serio *serio = to_serio_port(dev);
780 780
781 if (!serio->drv || !serio->drv->reconnect || serio->drv->reconnect(serio)) { 781 if (!serio->drv || !serio->drv->reconnect || serio->drv->reconnect(serio)) {
782 serio_disconnect_port(serio);
783 /* 782 /*
784 * Driver re-probing can take a while, so better let kseriod 783 * Driver re-probing can take a while, so better let kseriod
785 * deal with it. 784 * deal with it.