diff options
-rw-r--r-- | drivers/s390/cio/device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/cio/device.c b/drivers/s390/cio/device.c index eea9b1de0af7..c96380db0136 100644 --- a/drivers/s390/cio/device.c +++ b/drivers/s390/cio/device.c | |||
@@ -1123,6 +1123,7 @@ io_subchannel_probe (struct subchannel *sch) | |||
1123 | * device, e.g. the console. | 1123 | * device, e.g. the console. |
1124 | */ | 1124 | */ |
1125 | cdev = sch->dev.driver_data; | 1125 | cdev = sch->dev.driver_data; |
1126 | cdev->dev.groups = ccwdev_attr_groups; | ||
1126 | device_initialize(&cdev->dev); | 1127 | device_initialize(&cdev->dev); |
1127 | ccw_device_register(cdev); | 1128 | ccw_device_register(cdev); |
1128 | /* | 1129 | /* |