Преглед изворни кода

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>
Yijing Wang пре 11 година
родитељ
комит
5ee09efe54
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/arm/kernel/bios32.c

+ 1 - 1
arch/arm/kernel/bios32.c

@@ -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)