]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Alchemy: Fix typo "CONFIG_DEBUG_PCI"
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 4 Apr 2013 12:47:01 +0000 (12:47 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 5 Apr 2013 13:10:27 +0000 (15:10 +0200)
commit897772fac0d55a8170b53bee4ebd2e4b4ca77ba6
tree4807ad740037250a784c6a8b108cffdc096b24d8
parent223a674b2a9f881080da65263f5d272954ae95ac
MIPS: Alchemy: Fix typo "CONFIG_DEBUG_PCI"

Commit 7050d00b8363764d92ac1702d3e7b69dc39594ed ("MIPS: Alchemy: Redo
PCI as platform driver") added a reference to CONFIG_DEBUG_PCI. Change
it to CONFIG_PCI_DEBUG, as that is a valid Kconfig macro.

Also add a newline to a debugging printk that this fix enables.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/pci-alchemy.c