Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] s390: ccw device disbanding

If __ccw_device_disband_start() fails to initiate disbanding, it should finish
with ccw_device_disband_done() (which leaves the device in offline state)
instead of ccw_device_verify_done() (which leaves the device in online state).

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Cornelia Huck and committed by
Linus Torvalds
6d751c43 4bbf39c2

+1 -1
+1 -1
drivers/s390/cio/device_pgid.c
··· 405 405 cdev->private->iretry = 5; 406 406 cdev->private->imask >>= 1; 407 407 } 408 - ccw_device_verify_done(cdev, (sch->lpm != 0) ? 0 : -ENODEV); 408 + ccw_device_disband_done(cdev, (sch->lpm != 0) ? 0 : -ENODEV); 409 409 } 410 410 411 411 /*