Skip to content

Commit eba7cbe

Browse files
Sachin KamatThierry Reding
authored andcommitted
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: Sachin Kamat <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 2ffdc9a commit eba7cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pwm/pwm-vt8500.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static inline void pwm_busy_wait(void __iomem *reg, u8 bitmask)
4141
cpu_relax();
4242

4343
if (unlikely(!loops))
44-
pr_warning("Waiting for status bits 0x%x to clear timed out\n",
44+
pr_warn("Waiting for status bits 0x%x to clear timed out\n",
4545
bitmask);
4646
}
4747

0 commit comments

Comments
 (0)