commit | a5b04f7c5380340342ad5623b34c57fe3bab9b29 | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Tue Feb 06 11:08:27 2018 -0700 |
committer | Alex Williamson <alex.williamson@redhat.com> | Tue Feb 06 11:08:27 2018 -0700 |
tree | c8695199c4c8add29ca231cfe3b790f5c24767ea | |
parent | 89202c6fa87d4f181111901bb08dcd1538f8ab35 [diff] |
vfio/common: Remove redundant copy of local variable There is already @hostwin in vfio_listener_region_add() so there is no point in having the other one. Fixes: 2e4109de8e58 ("vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2)") Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>