aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/gumstix.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-09-13 11:31:18 -0700
committerRobert Jarzmik <robert.jarzmik@free.fr>2014-11-19 23:53:13 +0100
commit7b472ac75689af196d868b3f2322edb44b8096d3 (patch)
treedcd6e6bd7285eae44ab1c8274d80e3ee51d68954 /arch/arm/mach-pxa/gumstix.c
parentLinux 3.18-rc1 (diff)
downloadlinux-dev-7b472ac75689af196d868b3f2322edb44b8096d3.tar.xz
linux-dev-7b472ac75689af196d868b3f2322edb44b8096d3.zip
arm: mach-pxa: Convert pr_warning to pr_warn
Use the more common pr_warn. Other miscellanea: o Coalesce formats o Realign arguments Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/mach-pxa/gumstix.c')
-rw-r--r--arch/arm/mach-pxa/gumstix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/gumstix.c b/arch/arm/mach-pxa/gumstix.c
index 00b92dad7b81..f6c76a3ee3b2 100644
--- a/arch/arm/mach-pxa/gumstix.c
+++ b/arch/arm/mach-pxa/gumstix.c
@@ -140,8 +140,7 @@ static void gumstix_setup_bt_clock(void)
int timeout = 500;
if (!(OSCC & OSCC_OOK))
- pr_warning("32kHz clock was not on. Bootloader may need to "
- "be updated\n");
+ pr_warn("32kHz clock was not on. Bootloader may need to be updated\n");
else
return;