diff options
Diffstat (limited to 'drivers/s390/cio/device.c')
-rw-r--r-- | drivers/s390/cio/device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/cio/device.c b/drivers/s390/cio/device.c index 23d5752349b5..611d2e001dd5 100644 --- a/drivers/s390/cio/device.c +++ b/drivers/s390/cio/device.c | |||
@@ -981,7 +981,7 @@ io_subchannel_register(struct work_struct *work) | |||
981 | * Now we know this subchannel will stay, we can throw | 981 | * Now we know this subchannel will stay, we can throw |
982 | * our delayed uevent. | 982 | * our delayed uevent. |
983 | */ | 983 | */ |
984 | sch->dev.uevent_suppress = 0; | 984 | dev_set_uevent_suppress(&sch->dev, 0); |
985 | kobject_uevent(&sch->dev.kobj, KOBJ_ADD); | 985 | kobject_uevent(&sch->dev.kobj, KOBJ_ADD); |
986 | /* make it known to the system */ | 986 | /* make it known to the system */ |
987 | ret = ccw_device_register(cdev); | 987 | ret = ccw_device_register(cdev); |
@@ -1243,7 +1243,7 @@ static int io_subchannel_probe(struct subchannel *sch) | |||
1243 | * the ccw_device and exit. This happens for all early | 1243 | * the ccw_device and exit. This happens for all early |
1244 | * devices, e.g. the console. | 1244 | * devices, e.g. the console. |
1245 | */ | 1245 | */ |
1246 | sch->dev.uevent_suppress = 0; | 1246 | dev_set_uevent_suppress(&sch->dev, 0); |
1247 | kobject_uevent(&sch->dev.kobj, KOBJ_ADD); | 1247 | kobject_uevent(&sch->dev.kobj, KOBJ_ADD); |
1248 | cdev->dev.groups = ccwdev_attr_groups; | 1248 | cdev->dev.groups = ccwdev_attr_groups; |
1249 | device_initialize(&cdev->dev); | 1249 | device_initialize(&cdev->dev); |