diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2019-03-18 17:27:34 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-05-12 19:11:35 +0200 |
commit | d63031bb0fc0314541340f08a0c35c40216ca72a (patch) | |
tree | f0a96be9c3fb3613c23ef76466e21ee7d81f8a92 /drivers/vhost | |
parent | virtio_ring: Fix potential mem leak in virtqueue_add_indirect_packed (diff) | |
download | linux-d63031bb0fc0314541340f08a0c35c40216ca72a.tar.xz linux-d63031bb0fc0314541340f08a0c35c40216ca72a.zip |
tools/virtio/ringtest: Remove bogus definition of BUG_ON()
BUG_ON(x) should raise an error if x is true, but assert(x) raises an
error if x is false. Remove this bogus definition of BUG_ON(), which
isn't used anyway.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vhost')
0 files changed, 0 insertions, 0 deletions