On 20/09/2019 08:25, Kefeng Wang wrote:
> As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of
> pr_warning"), removing pr_warning so all logging messages use a
> consistent <prefix>_warn style. Let's do it.
> 
> Cc: Daniel Lezcano <[email protected]>
> Signed-off-by: Kefeng Wang <[email protected]>

Acked-by: Daniel Lezcano <[email protected]>

> ---
>  drivers/clocksource/samsung_pwm_timer.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clocksource/samsung_pwm_timer.c 
> b/drivers/clocksource/samsung_pwm_timer.c
> index 895f53eb5771..0274219e1720 100644
> --- a/drivers/clocksource/samsung_pwm_timer.c
> +++ b/drivers/clocksource/samsung_pwm_timer.c
> @@ -430,7 +430,7 @@ static int __init samsung_pwm_alloc(struct device_node 
> *np,
>  
>       of_property_for_each_u32(np, "samsung,pwm-outputs", prop, cur, val) {
>               if (val >= SAMSUNG_PWM_NUM) {
> -                     pr_warning("%s: invalid channel index in 
> samsung,pwm-outputs property\n",
> +                     pr_warn("%s: invalid channel index in 
> samsung,pwm-outputs property\n",
>                                                               __func__);
>                       continue;
>               }
> 


-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

Reply via email to