commit | e30f328c7429d4e891ce6da26af95c607f392739 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Tue Apr 27 18:04:01 2010 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Apr 28 08:58:21 2010 -0500 |
tree | 9244cc28eaea6aca37cb015544c22e6a4a6ecd28 | |
parent | 306eb457fd057b7d0185145530a98f236b1c9aa4 [diff] |
virtio-serial: Remove redundant check for 0-sized write request The check for a 0-sized write request to a guest port is not necessary; the while loop below won't be executed in this case and all will be fine. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>