]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] s390: ccw device disbanding
authorCornelia Huck <cornelia.huck@de.ibm.com>
Fri, 17 Feb 2006 21:52:45 +0000 (13:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 17 Feb 2006 21:59:26 +0000 (13:59 -0800)
commit6d751c43b29deb1d990fb9644c13ca941c9d1305
tree35b8e6346adf177e88419ddbbf743f29021d1ee5
parent4bbf39c29bc3409d6454faf0dfa1b3b0aa2ac2af
[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>
drivers/s390/cio/device_pgid.c