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/vc.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/vc.c')
-rw-r--r-- | arch/arm/mach-omap2/vc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/vc.c b/arch/arm/mach-omap2/vc.c index a4628a9e760c..be9ef834fa81 100644 --- a/arch/arm/mach-omap2/vc.c +++ b/arch/arm/mach-omap2/vc.c @@ -198,7 +198,7 @@ int omap_vc_bypass_scale(struct voltagedomain *voltdm, loop_cnt++; if (retries_cnt > 10) { - pr_warning("%s: Retry count exceeded\n", __func__); + pr_warn("%s: Retry count exceeded\n", __func__); return -ETIMEDOUT; } |