summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-mx31lite.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-09-13 11:31:15 -0700
committerShawn Guo <shawn.guo@freescale.com>2014-09-16 10:09:41 +0800
commit75fd32b8ef68adf273c233b34c6b898780d290f2 (patch)
treeec1685f0a9dabbe71fada1e41e373d1cc931eadc /arch/arm/mach-imx/mach-mx31lite.c
parentbad3db104f8922df2c84fd7653cfbcbc93cd0cb7 (diff)
downloadblackbird-op-linux-75fd32b8ef68adf273c233b34c6b898780d290f2.tar.gz
blackbird-op-linux-75fd32b8ef68adf273c233b34c6b898780d290f2.zip
arm: mach-imx: Convert pr_warning to pr_warn
Use the more common pr_warn. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/mach-mx31lite.c')
-rw-r--r--arch/arm/mach-imx/mach-mx31lite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx31lite.c b/arch/arm/mach-imx/mach-mx31lite.c
index 57eac6f45fab..4822a1738de4 100644
--- a/arch/arm/mach-imx/mach-mx31lite.c
+++ b/arch/arm/mach-imx/mach-mx31lite.c
@@ -270,7 +270,7 @@ static void __init mx31lite_init(void)
/* SMSC9117 IRQ pin */
ret = gpio_request(IOMUX_TO_GPIO(MX31_PIN_SFS6), "sms9117-irq");
if (ret)
- pr_warning("could not get LAN irq gpio\n");
+ pr_warn("could not get LAN irq gpio\n");
else {
gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_SFS6));
smsc911x_resources[1].start =
OpenPOWER on IntegriCloud