On 04/30/2010 06:13 AM, Amit Shah wrote:
In the flush_queued_data() function, we expect port to be valid. Assert
only for port and not port || discard.
Reported-by: Juan Quintela
Signed-off-by: Amit Shah
Applied. Thanks.
Regards,
Anthony Liguori
---
hw/virtio-serial-bus.c |2 +-
In the flush_queued_data() function, we expect port to be valid. Assert
only for port and not port || discard.
Reported-by: Juan Quintela
Signed-off-by: Amit Shah
---
hw/virtio-serial-bus.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/virtio-serial-bus.c b/hw/vir