aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/device_fsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/cio/device_fsm.c')
-rw-r--r--drivers/s390/cio/device_fsm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/s390/cio/device_fsm.c b/drivers/s390/cio/device_fsm.c
index dace46fc32e8..b67620208f36 100644
--- a/drivers/s390/cio/device_fsm.c
+++ b/drivers/s390/cio/device_fsm.c
@@ -349,6 +349,8 @@ ccw_device_done(struct ccw_device *cdev, int state)
349 349
350 sch = to_subchannel(cdev->dev.parent); 350 sch = to_subchannel(cdev->dev.parent);
351 351
352 ccw_device_set_timeout(cdev, 0);
353
352 if (state != DEV_STATE_ONLINE) 354 if (state != DEV_STATE_ONLINE)
353 cio_disable_subchannel(sch); 355 cio_disable_subchannel(sch);
354 356