KVM: s390: virtio_ccw: reset errors for new I/O.
authorCornelia Huck <cornelia.huck@de.ibm.com>
Thu, 4 Apr 2013 08:25:06 +0000 (10:25 +0200)
committerGleb Natapov <gleb@redhat.com>
Sun, 7 Apr 2013 10:13:47 +0000 (13:13 +0300)
ccw_io_helper neglected to reset vcdev->err after a new channel
program had been successfully started, resulting in stale errors
delivered after one I/O failed. Reset the error after a new
channel program has been successfully started with no old I/O
pending.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>

No differences found