mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
PCI: Update outdated comment for pcibios_bus_report_status()
pci_find_device() has been superseded by pci_get_device(). Signed-off-by: Yijing Wang <wangyijing@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
39656f29f6
commit
5ee09efe54
@ -19,7 +19,7 @@
|
||||
static int debug_pci;
|
||||
|
||||
/*
|
||||
* We can't use pci_find_device() here since we are
|
||||
* We can't use pci_get_device() here since we are
|
||||
* called from interrupt context.
|
||||
*/
|
||||
static void pcibios_bus_report_status(struct pci_bus *bus, u_int status_mask, int warn)
|
||||
|
Loading…
Reference in New Issue
Block a user