[PATCH] [TRIVIAL] powerpc/4xx: Fix typo 'PCC4xx_MSI'

From: Paul Bolle
Date: Sat Nov 12 2011 - 19:29:53 EST


Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
---
0) This corrects an obvious typo. It is untested.

1) This could influence the code generated for the "AMCC PPC440SPe
evaluation board". So I've CC'd the people involved in commit 3fb7933850
("powerpc/4xx: Adding PCIe MSI support"), which introduced this typo, to
actually test this.

arch/powerpc/platforms/44x/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig
index 762322c..9c37179 100644
--- a/arch/powerpc/platforms/44x/Kconfig
+++ b/arch/powerpc/platforms/44x/Kconfig
@@ -75,7 +75,7 @@ config KATMAI
select PCI
select PPC4xx_PCI_EXPRESS
select PCI_MSI
- select PCC4xx_MSI
+ select PPC4xx_MSI
help
This option enables support for the AMCC PPC440SPe evaluation board.

--
1.7.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/