• Matthew Wilcox's avatar
    [PATCH] PCI: add pci_get_slot() function · 9648e089
    Matthew Wilcox authored
    tg3.c has a bug where it can find the wrong 5704 peer on a machine with
    PCI domains.  The problem is that pci_find_slot() can't distinguish
    whether it has the correct domain or not.
    
    This patch fixes that problem by introducing pci_get_slot().
    9648e089
search.c 12 KB