commit | 16d2ce271c6b8b3527ed1461d03b5f373d53f78f | [log] [tgz] |
---|---|---|
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | Wed Nov 10 10:05:53 2010 +0100 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Wed Nov 10 10:05:54 2010 +0100 |
tree | 9e2fbffaf696bfa681a822ac27061bee35476fd7 | |
parent | 3b210e7652a0ac638b1a267b6a181c8f742d8462 [diff] |
[S390] cio: fix incorrect ccw_device_init_count If device recognition is interrupted by a subchannel event indicating that the device is gone, ccw_device_init_count is not correctly decreased. Fix this by reporting the corresponding event to the device recognition callback via the state machine. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>