MSI: Remove pci_scan_msi_device()
pci_scan_msi_device() doesn't do anything anymore, so remove it. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
88187dfa4d
commit
0fcfdabbdb
@ -945,7 +945,6 @@ pci_scan_single_device(struct pci_bus *bus, int devfn)
|
||||
return NULL;
|
||||
|
||||
pci_device_add(dev, bus);
|
||||
pci_scan_msi_device(dev);
|
||||
|
||||
return dev;
|
||||
}
|
||||
|
Reference in New Issue
Block a user