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>
This commit is contained in:
Joe Perches
2014-09-13 11:31:18 -07:00
committed by Robert Jarzmik
parent f114040e3e
commit 7b472ac756
6 changed files with 25 additions and 28 deletions

View File

@@ -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;