Skip to content

Commit

Permalink
PCI: Update outdated comment for pcibios_bus_report_status()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yijing Wang authored and Bjorn Helgaas committed Feb 14, 2014
1 parent 39656f2 commit 5ee09ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/kernel/bios32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5ee09ef

Please sign in to comment.