commit | f01a2a811ae04124fc9382925038fcbbd2f0b7c8 | [log] [tgz] |
---|---|---|
author | Cornelia Huck <cornelia.huck@de.ibm.com> | Tue Dec 09 11:46:59 2014 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 09 21:42:06 2014 +0200 |
tree | 7265d633ac1bbe24109ce8b79bad0c1712b61e18 | |
parent | f13d8bc2a16c5d1dd3dbd8b64dbd42cfe78da93e [diff] |
virtio_ccw: finalize_features error handling We previously tried to use device even if finalize_features failed, but that's wrong since driver and device are now out of sync. Fail probe if we detect failures during finalize_features. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>