commit | a290156f479af436f94ac23f5729a1e33c94293b | [log] [tgz] |
---|---|---|
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | Mon Mar 08 12:25:17 2010 +0100 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Mon Mar 08 12:25:30 2010 +0100 |
tree | a0bf6cf6e673cc4dd4da081d95c19f69d2832e9a | |
parent | 52898025cf7d458d029c18773d0ef49b4789d829 [diff] |
[S390] cio: fix init_count in case of recognition after steal lock After we try to steal a lock on a ccw device in boxed state, we have to restart device recognition and potentially reprobing. In this case ccw_device_init_count was erroneously decreased twice. This patch fixes the issue. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>