projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39656f2
)
PCI: Update outdated comment for pcibios_bus_report_status()
author
Yijing Wang
<wangyijing@huawei.com>
Thu, 13 Feb 2014 11:57:43 +0000
(19:57 +0800)
committer
Bjorn 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/kernel/bios32.c
b/arch/arm/kernel/bios32.c
index 317da88ae65b14f2bdd9145a3b552316f134c18a..588ec19a7e3189736e0b06e17ff660ff1a97522f 100644
(file)
--- 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)