]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc32: Fix typo in setup of 2nd PCI bus on 85xx
authorKumar Gala <galak@freescale.com>
Wed, 27 Jul 2005 18:44:10 +0000 (11:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Jul 2005 23:25:56 +0000 (16:25 -0700)
commit914a4bcd1dfe9bf87fb56907933f70bdc16fe096
tree2557085e771896c1d6ac00626972008a3406459a
parent89cd6531f96baa8cb6fe8259934aabdf884ca9f9
[PATCH] ppc32: Fix typo in setup of 2nd PCI bus on 85xx

Typo bug that was using PCI1 defines instead of PCI2 when setting up the
second PCI bus controller on 85xx based systems.  This hasn't been a real
issue since currently the PCI2 sizes are the same as the PCI1 sizes for
currently supported boards.

Thanks to Andrew Klossner @ Xerox for point this out.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/syslib/ppc85xx_setup.c