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:
3f68f7d
)
x86/pci: fix warnings in subsys_initcall functions
author
Robert Richter
<robert.richter@amd.com>
Thu, 10 Jul 2008 16:58:25 +0000
(18:58 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 10 Jul 2008 17:14:44 +0000
(19:14 +0200)
Signed-off-by: Robert Richter <robert.richter@amd.com>
Cc: Robert Richter <robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/pci/legacy.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/pci/legacy.c
b/arch/x86/pci/legacy.c
index d8b6e928590b3a86b299dd2b1afe89fb41339460..132876cc6fca3e9d42cd836b2378ee26b4cdf7c7 100644
(file)
--- a/
arch/x86/pci/legacy.c
+++ b/
arch/x86/pci/legacy.c
@@
-66,5
+66,7
@@
int __init pci_subsys_init(void)
pci_numa_init();
#endif
pcibios_init();
+
+ return 0;
}
subsys_initcall(pci_subsys_init);