PCI: drop a redundant variable from pci_add_device()
authorJan Beulich <jbeulich@suse.com>
Tue, 28 Apr 2020 15:49:55 +0000 (17:49 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 28 Apr 2020 15:49:55 +0000 (17:49 +0200)
commit4ec07971f1c5a236a0d8c528d806efb6bfd3d1a6
treee115fe6bacd2003a4aeac797f0f5b80b3b0ae117
parente55884368563eb0d905b08d8bab501b53d612b68
PCI: drop a redundant variable from pci_add_device()

Surrounding code already uses the available alternative, after all.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Paul Durrant <paul@xen.org>
xen/drivers/passthrough/pci.c