summary refs log tree commit diff
path: root/arch/arm/mach-imx/mach-armadillo5x0.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-armadillo5x0.c
parentbad3db104f8922df2c84fd7653cfbcbc93cd0cb7 (diff)
downloadlinux-75fd32b8ef68adf273c233b34c6b898780d290f2.tar.gz
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-armadillo5x0.c')
-rw-r--r--arch/arm/mach-imx/mach-armadillo5x0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-armadillo5x0.c b/arch/arm/mach-imx/mach-armadillo5x0.c
index a7e9bd26a552..f2060523ba48 100644
--- a/arch/arm/mach-imx/mach-armadillo5x0.c
+++ b/arch/arm/mach-imx/mach-armadillo5x0.c
@@ -537,7 +537,7 @@ static void __init armadillo5x0_init(void)
 			gpio_free(ARMADILLO5X0_RTC_GPIO);
 	}
 	if (armadillo5x0_i2c_rtc.irq == 0)
-		pr_warning("armadillo5x0_init: failed to get RTC IRQ\n");
+		pr_warn("armadillo5x0_init: failed to get RTC IRQ\n");
 	i2c_register_board_info(1, &armadillo5x0_i2c_rtc, 1);
 
 	/* USB */