Skip to content

Commit

Permalink
pwm: vt8500: Fix coding style issue
Browse files Browse the repository at this point in the history
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: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
  • Loading branch information
Sachin Kamat authored and Thierry Reding committed Aug 17, 2012
1 parent 2ffdc9a commit eba7cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pwm/pwm-vt8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static inline void pwm_busy_wait(void __iomem *reg, u8 bitmask)
cpu_relax();

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);
}

Expand Down

0 comments on commit eba7cbe

Please sign in to comment.