summaryrefslogtreecommitdiff
path: root/arch/mips/bcm63xx/dev-pcmcia.c
diff options
context:
space:
mode:
authorGregory Fong <gregory.0xf0@gmail.com>2015-10-14 04:27:38 -0700
committerRalf Baechle <ralf@linux-mips.org>2015-11-11 08:38:29 +0100
commit63893ea5304c919656613a47b04e35c6814d9041 (patch)
tree3a71d3486e758eb7793272e578723ab68b329a84 /arch/mips/bcm63xx/dev-pcmcia.c
parent5361832704d3224c09dd5732ae656d9d5014c1d8 (diff)
MIPS: BCM63XX: Use pr_* instead of printk
Signed-off-by: Gregory Fong <gregory.0xf0@gmail.com> Cc: Florian Fainelli <f.fainelli@gmail.com> Cc: Jonas Gorski <jogo@openwrt.org> Cc: Joe Perches <joe@perches.com> Cc: Rusty Russell <rusty@rustcorp.com.au> Cc: Nicolas Schichan <nschichan@freebox.fr> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/11300/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bcm63xx/dev-pcmcia.c')
-rw-r--r--arch/mips/bcm63xx/dev-pcmcia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm63xx/dev-pcmcia.c b/arch/mips/bcm63xx/dev-pcmcia.c
index a551bab5ecb9..9496cd236951 100644
--- a/arch/mips/bcm63xx/dev-pcmcia.c
+++ b/arch/mips/bcm63xx/dev-pcmcia.c
@@ -139,6 +139,6 @@ int __init bcm63xx_pcmcia_register(void)
return platform_device_register(&bcm63xx_pcmcia_device);
out_err:
- printk(KERN_ERR "unable to set pcmcia chip select\n");
+ pr_err("unable to set pcmcia chip select\n");
return ret;
}