vhost: simplify vhost_dev_enable_notifiers
authorLongpeng <longpeng2@huawei.com>
Tue, 27 Dec 2022 07:20:13 +0000 (15:20 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 8 Jan 2023 06:54:22 +0000 (01:54 -0500)
commit8771589b6f81d66969808460fddf5a85b2237ac4
tree37b67c881fcadf8c2bf59a2fec24dc6b2efabd27
parentbf7a2ad8b6dfab4adb40db44022e4c424b56421e
vhost: simplify vhost_dev_enable_notifiers

Simplify the error path in vhost_dev_enable_notifiers by using
vhost_dev_disable_notifiers directly.

Signed-off-by: Longpeng <longpeng2@huawei.com>
Message-Id: <20221227072015.3134-2-longpeng2@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/vhost.c