diff options
author | Joe Perches <joe@perches.com> | 2014-09-13 20:31:17 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-09-13 23:29:21 +0200 |
commit | 9d06d34bcc62f4cc3679704ac42cff5b44a97c6e (patch) | |
tree | 46a20b8779f921bd7515e1cbce5fd89c7654f21b /arch/arm/mach-orion5x/ts209-setup.c | |
parent | Linux 3.17-rc1 (diff) | |
download | linux-9d06d34bcc62f4cc3679704ac42cff5b44a97c6e.tar.xz linux-9d06d34bcc62f4cc3679704ac42cff5b44a97c6e.zip |
ARM: orion5x: 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>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/b438c7c54306f095a150e50df41fbba4d515c2f8.1410632835.git.joe@perches.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-orion5x/ts209-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/ts209-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/ts209-setup.c b/arch/arm/mach-orion5x/ts209-setup.c index 9136797addb2..c725b7cb9875 100644 --- a/arch/arm/mach-orion5x/ts209-setup.c +++ b/arch/arm/mach-orion5x/ts209-setup.c @@ -314,7 +314,7 @@ static void __init qnap_ts209_init(void) gpio_free(TS209_RTC_GPIO); } if (qnap_ts209_i2c_rtc.irq == 0) - pr_warning("qnap_ts209_init: failed to get RTC IRQ\n"); + pr_warn("qnap_ts209_init: failed to get RTC IRQ\n"); i2c_register_board_info(0, &qnap_ts209_i2c_rtc, 1); /* register tsx09 specific power-off method */ |