VFIO: fix out of order labels for error recovery in vfio_pci_init()
authorJiang Liu <liuj97@gmail.com>
Fri, 7 Dec 2012 20:43:51 +0000 (13:43 -0700)
committerAlex Williamson <alex.williamson@redhat.com>
Fri, 7 Dec 2012 20:43:51 +0000 (13:43 -0700)
commit05bf3aac930752408bf38a3f070061fc5f1b9c73
treeb8b158154f60e5f7645033b4daf8a7d29deff99e
parentde2b3eeafb555d7b623c9f34e399b39105ca527f
VFIO: fix out of order labels for error recovery in vfio_pci_init()

The two labels for error recovery in function vfio_pci_init() is out of
order, so fix it.

Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/vfio_pci.c