Re: [dpdk-dev] [PATCH v3 7/7] vfio/pci: Cleanup .probe() exit paths

2020-03-19 Thread Cornelia Huck
On Wed, 11 Mar 2020 15:59:27 -0600 Alex Williamson wrote: > The cleanup is getting a tad long. > > Signed-off-by: Alex Williamson > --- > drivers/vfio/pci/vfio_pci.c | 54 > --- > 1 file changed, 25 insertions(+), 29 deletions(-) Reviewed-by: Corneli

[dpdk-dev] [PATCH v3 7/7] vfio/pci: Cleanup .probe() exit paths

2020-03-11 Thread Alex Williamson
The cleanup is getting a tad long. Signed-off-by: Alex Williamson --- drivers/vfio/pci/vfio_pci.c | 54 --- 1 file changed, 25 insertions(+), 29 deletions(-) diff --git a/drivers/vfio/pci/vfio_pci.c b/drivers/vfio/pci/vfio_pci.c index af1ba9867201..6c6b