2021-01-18 21:34:37

by Daniel Lezcano

[permalink] [raw]
Subject: Re: [PATCH v2] clocksource: mxs_timer: add missing semicolon when DEBUG is defined

On 18/01/2021 22:19, [email protected] wrote:
> From: Tom Rix <[email protected]>
>
> When DEBUG is defined this error occurs
>
> drivers/clocksource/mxs_timer.c:138:1: error:
> expected ‘;’ before ‘}’ token
>
> The preceding statement needs a semicolon.
> Replace pr_info() with pr_debug() and remove the unneeded ifdef.
>
> Fixes: eb8703e2ef7c ("clockevents/drivers/mxs: Migrate to new 'set-state' interface")
> Signed-off-by: Tom Rix <[email protected]>
> ---
> v1: replace pr_info() with pr_debug()
> ---

Applied, thanks


--
<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