virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 4 Dec 2020 14:23:00 +0000 (17:23 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 18 Dec 2020 21:14:30 +0000 (16:14 -0500)
commitae93d8ea0fa701e84ab9df0db9fb60ec6c80d7b8
tree1bb760aab111dbde79cf27d154bf59de3490f37d
parent1a5514cbb09aaf694d26ef26fd6da5c5d495cc22
virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed()

There is a copy and paste bug in the error handling of this code and
it uses "ring_dma_addr" three times instead of "device_event_dma_addr"
and "driver_event_dma_addr".

Fixes: 1ce9e6055fa0 (" virtio_ring: introduce packed ring support")
Reported-by: Robert Buhren <robert.buhren@sect.tu-berlin.de>
Reported-by: Felicitas Hetzelt <file@sect.tu-berlin.de>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/X8pGRJlEzyn+04u2@mwanda
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
drivers/virtio/virtio_ring.c