Messages in this thread Patch in this message |  | | Subject | [PATCH] [TRIVIAL] powerpc/4xx: Fix typo 'PCC4xx_MSI' | | From | Paul Bolle <> | | Date | Sun, 13 Nov 2011 01:22:40 +0100 |
| |
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> --- 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
|  |