]> git.karo-electronics.de Git - linux-beck.git/commitdiff
PCI: Update outdated comment for pcibios_bus_report_status()
authorYijing Wang <wangyijing@huawei.com>
Thu, 13 Feb 2014 11:57:43 +0000 (19:57 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 14 Feb 2014 18:11:30 +0000 (11:11 -0700)
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>
arch/arm/kernel/bios32.c

index 317da88ae65b14f2bdd9145a3b552316f134c18a..588ec19a7e3189736e0b06e17ff660ff1a97522f 100644 (file)
@@ -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)