diff options
Diffstat (limited to 'drivers/s390/cio/device.c')
-rw-r--r-- | drivers/s390/cio/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/device.c b/drivers/s390/cio/device.c index 95b92dfec5a8..a8e755a88b01 100644 --- a/drivers/s390/cio/device.c +++ b/drivers/s390/cio/device.c | |||
@@ -1526,7 +1526,7 @@ void ccw_device_set_notoper(struct ccw_device *cdev) | |||
1526 | struct subchannel *sch = to_subchannel(cdev->dev.parent); | 1526 | struct subchannel *sch = to_subchannel(cdev->dev.parent); |
1527 | 1527 | ||
1528 | CIO_TRACE_EVENT(2, "notoper"); | 1528 | CIO_TRACE_EVENT(2, "notoper"); |
1529 | CIO_TRACE_EVENT(2, sch->dev.bus_id); | 1529 | CIO_TRACE_EVENT(2, dev_name(&sch->dev)); |
1530 | ccw_device_set_timeout(cdev, 0); | 1530 | ccw_device_set_timeout(cdev, 0); |
1531 | cio_disable_subchannel(sch); | 1531 | cio_disable_subchannel(sch); |
1532 | cdev->private->state = DEV_STATE_NOT_OPER; | 1532 | cdev->private->state = DEV_STATE_NOT_OPER; |