|
@@ -922,8 +922,8 @@ static int ur_set_online(struct ccw_device *cdev)
|
|
|
goto fail_free_cdev;
|
|
|
}
|
|
|
|
|
|
- urd->device = device_create(vmur_class, NULL, urd->char_device->dev,
|
|
|
- NULL, "%s", node_id);
|
|
|
+ urd->device = device_create(vmur_class, &cdev->dev,
|
|
|
+ urd->char_device->dev, NULL, "%s", node_id);
|
|
|
if (IS_ERR(urd->device)) {
|
|
|
rc = PTR_ERR(urd->device);
|
|
|
TRACE("ur_set_online: device_create rc=%d\n", rc);
|