forked from luck/tmp_suning_uos_patched
[S390] cio: Put referernce on correct device after moving.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
c619d4223e
commit
97166f52fc
|
@ -875,14 +875,14 @@ void ccw_device_move_to_orphanage(struct work_struct *work)
|
|||
if (replacing_cdev) {
|
||||
sch_attach_disconnected_device(sch, replacing_cdev);
|
||||
/* Release reference from get_disc_ccwdev_by_dev_id() */
|
||||
put_device(&cdev->dev);
|
||||
put_device(&replacing_cdev->dev);
|
||||
return;
|
||||
}
|
||||
replacing_cdev = get_orphaned_ccwdev_by_dev_id(css, &dev_id);
|
||||
if (replacing_cdev) {
|
||||
sch_attach_orphaned_device(sch, replacing_cdev);
|
||||
/* Release reference from get_orphaned_ccwdev_by_dev_id() */
|
||||
put_device(&cdev->dev);
|
||||
put_device(&replacing_cdev->dev);
|
||||
return;
|
||||
}
|
||||
sch_create_and_recog_new_device(sch);
|
||||
|
|
Loading…
Reference in New Issue
Block a user