projects
/
kernel
/
kernel-generic.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
|
history
diff --git
a/arch/x86/pci/legacy.c
b/arch/x86/pci/legacy.c
index
d8b6e92
..
132876c
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);