diff options
| author | Wolfram Sang <w.sang@pengutronix.de> | 2009-03-09 02:39:01 -0400 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-03-11 02:11:34 -0400 |
| commit | a77acda0b7f2e54009955512e577812433d7abc5 (patch) | |
| tree | fa652f8f32723e6b5b132440cf0b05d1915437f0 | |
| parent | b46ce6119826e7cf29eb314112f42d4b266762c9 (diff) | |
powerpc/pci: Fix typo: s/resouces/resources/ in a pr_debug
Fix typo: s/resouces/resources/ in a pr_debug
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
| -rw-r--r-- | arch/powerpc/kernel/pci-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c index 2ad17315fc88..2603f20984c4 100644 --- a/arch/powerpc/kernel/pci-common.c +++ b/arch/powerpc/kernel/pci-common.c | |||
| @@ -1482,7 +1482,7 @@ void __init pcibios_resource_survey(void) | |||
| 1482 | * we proceed to assigning things that were left unassigned | 1482 | * we proceed to assigning things that were left unassigned |
| 1483 | */ | 1483 | */ |
| 1484 | if (!(ppc_pci_flags & PPC_PCI_PROBE_ONLY)) { | 1484 | if (!(ppc_pci_flags & PPC_PCI_PROBE_ONLY)) { |
| 1485 | pr_debug("PCI: Assigning unassigned resouces...\n"); | 1485 | pr_debug("PCI: Assigning unassigned resources...\n"); |
| 1486 | pci_assign_unassigned_resources(); | 1486 | pci_assign_unassigned_resources(); |
| 1487 | } | 1487 | } |
| 1488 | 1488 | ||
