[Xen-devel] [PATCH 21/30] xen: deprecate pci_get_bus_and_slot()

2017-11-21 Thread Sinan Kaya
, use the actual domain number from the device. Signed-off-by: Sinan Kaya --- drivers/pci/xen-pcifront.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c index 8fc2e95..94b25b5 100644 --- a/drivers/pci/xen-pcifront.c

[Xen-devel] [PATCH V2 20/29] xen: deprecate pci_get_bus_and_slot()

2017-11-22 Thread Sinan Kaya
, use the actual domain number from the device. Reviewed-by: Juergen Gross Signed-off-by: Sinan Kaya --- drivers/pci/xen-pcifront.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c index 8fc2e95..94b25b5 100644 --- a/dr