Message ID | 160648238740.3364.16081084412087294713.tip-bot2@tip-bot2 |
---|---|
State | Accepted |
Commit | 638920a66a17c8e1f4415cbab0d49dc4a344c2a7 |
Headers | show |
Series |
|
Related | show |
diff --git a/arch/x86/pci/i386.c b/arch/x86/pci/i386.c index fa855bb..f2f4a5d 100644 --- a/arch/x86/pci/i386.c +++ b/arch/x86/pci/i386.c @@ -366,9 +366,9 @@ static int __init pcibios_assign_resources(void) return 0; } -/** - * called in fs_initcall (one below subsys_initcall), - * give a chance for motherboard reserve resources +/* + * This is an fs_initcall (one below subsys_initcall) in order to reserve + * resources properly. */ fs_initcall(pcibios_assign_resources);