[PATCH v2] MIPS: Alchemy: Fix typo "CONFIG_DEBUG_PCI"

2013-04-04 Thread Paul Bolle
Commit 7517de348663b08a808aff44b5300e817157a568 ("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 ---

[PATCH v2] MIPS: Alchemy: Fix typo CONFIG_DEBUG_PCI

2013-04-04 Thread Paul Bolle
Commit 7517de348663b08a808aff44b5300e817157a568 (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