diff options
author | Joe Perches <joe@perches.com> | 2014-09-13 22:31:16 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-18 20:53:57 +0400 |
commit | 3d0cb73e9c85e60206ea9d5191bc0b9a0c4c8a99 (patch) | |
tree | b06e2ea3bec95ac74a78d78623022b09547e4577 /arch/arm/mach-omap2/pdata-quirks.c | |
parent | 175655bd79b815f2b2035f3b44117c60be90e1d4 (diff) | |
download | linux-3d0cb73e9c85e60206ea9d5191bc0b9a0c4c8a99.tar.xz |
arm: mach-omap2: Convert pr_warning to pr_warn
Use the more common pr_warn.
Other miscellanea:
o Realign arguments
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/pdata-quirks.c')
-rw-r--r-- | arch/arm/mach-omap2/pdata-quirks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c index 90c88d498485..73b333f35162 100644 --- a/arch/arm/mach-omap2/pdata-quirks.c +++ b/arch/arm/mach-omap2/pdata-quirks.c @@ -244,8 +244,8 @@ static void __init nokia_n900_legacy_init(void) /* set IBE to 1 */ rx51_secure_update_aux_cr(BIT(6), 0); } else { - pr_warning("RX-51: Not enabling ARM errata 430973 workaround\n"); - pr_warning("Thumb binaries may crash randomly without this workaround\n"); + pr_warn("RX-51: Not enabling ARM errata 430973 workaround\n"); + pr_warn("Thumb binaries may crash randomly without this workaround\n"); } pr_info("RX-51: Registring OMAP3 HWRNG device\n"); |