Skip to content
Snippets Groups Projects
Commit eba7cbe5 authored by Sachin Kamat's avatar Sachin Kamat Committed by Thierry Reding
Browse files

pwm: vt8500: Fix coding style issue


Fixes the following:
WARNING: Prefer pr_warn(... to pr_warning(...
	pr_warning("Waiting for status bits 0x%x to clear timed out\n",

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
parent 2ffdc9a6
No related merge requests found
...@@ -41,7 +41,7 @@ static inline void pwm_busy_wait(void __iomem *reg, u8 bitmask) ...@@ -41,7 +41,7 @@ static inline void pwm_busy_wait(void __iomem *reg, u8 bitmask)
cpu_relax(); cpu_relax();
if (unlikely(!loops)) if (unlikely(!loops))
pr_warning("Waiting for status bits 0x%x to clear timed out\n", pr_warn("Waiting for status bits 0x%x to clear timed out\n",
bitmask); bitmask);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment