aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci/pci-rc32434.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-09-11 22:10:52 -0700
committerRalf Baechle <ralf@linux-mips.org>2010-10-04 18:33:57 +0100
commit7dde29cb1dc4e3e9c4c3746332b5f61695cd59da (patch)
treef01ac17b1924d387deb6a4eea462beb0cde33351 /arch/mips/pci/pci-rc32434.c
parentc1b47e9508f74c152407323260f9fbb980d2fde1 (diff)
downloadkernel_samsung_smdk4412-7dde29cb1dc4e3e9c4c3746332b5f61695cd59da.zip
kernel_samsung_smdk4412-7dde29cb1dc4e3e9c4c3746332b5f61695cd59da.tar.gz
kernel_samsung_smdk4412-7dde29cb1dc4e3e9c4c3746332b5f61695cd59da.tar.bz2
MIPS: Remove pr_<level> uses of KERN_<level>
These would result in KERN_<level> actually getting printed. Signed-off-by: Joe Perches <joe@perches.com> To: Jiri Kosina <trivial@kernel.org> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/1581/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci/pci-rc32434.c')
-rw-r--r--arch/mips/pci/pci-rc32434.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-rc32434.c b/arch/mips/pci/pci-rc32434.c
index 71f7d27..f31218e 100644
--- a/arch/mips/pci/pci-rc32434.c
+++ b/arch/mips/pci/pci-rc32434.c
@@ -118,7 +118,7 @@ static int __init rc32434_pcibridge_init(void)
if (!((pcicvalue == PCIM_H_EA) ||
(pcicvalue == PCIM_H_IA_FIX) ||
(pcicvalue == PCIM_H_IA_RR))) {
- pr_err(KERN_ERR "PCI init error!!!\n");
+ pr_err("PCI init error!!!\n");
/* Not in Host Mode, return ERROR */
return -1;
}