summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
diff options
context:
space:
mode:
authorYijing Wang <wangyijing@huawei.com>2014-02-13 19:57:43 +0800
committerBjorn Helgaas <bhelgaas@google.com>2014-02-14 11:11:30 -0700
commit5ee09efe5406ad983e98d07ac17ad27819c0dc5b (patch)
treec0792ed05dbb790dbf16fee98c2861511443b489 /arch/arm/kernel
parent39656f29f665f4c57e6f7c2566b0008b2f9f63f0 (diff)
downloadlinux-5ee09efe5406ad983e98d07ac17ad27819c0dc5b.tar.bz2
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>
Diffstat (limited to 'arch/arm/kernel')
-rw-r--r--arch/arm/kernel/bios32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/bios32.c b/arch/arm/kernel/bios32.c
index 317da88ae65b..588ec19a7e31 100644
--- a/arch/arm/kernel/bios32.c
+++ b/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)