virtio-serial-bus: assert port is non-null in remove_port()
commit91bdd1cf08f65b7a127c22d4d65ff9d16dcac870
authorAmit Shah <amit.shah@redhat.com>
Tue, 18 Dec 2012 07:38:33 +0000 (18 13:08 +0530)
committerAmit Shah <amit.shah@redhat.com>
Tue, 18 Dec 2012 08:58:50 +0000 (18 14:28 +0530)
tree632c89c679ffebd0d13cad041bc59ab7610d7699
parent4e28976e563ad54f6adc5ae00b1fb8224f1a82ca
virtio-serial-bus: assert port is non-null in remove_port()

remove_port() is called from qdev's unplug callback, and we're certain
the port will be found in our list of ports.  Adding an assert()
documents this.

This was flagged by Coverity, fix suggested by Markus.

CC: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
hw/virtio-serial-bus.c