[PATCH v2] clocksource: mxs_timer: add missing semicolon when DEBUG is defined
Daniel Lezcano
daniel.lezcano at linaro.org
Mon Jan 18 16:29:59 EST 2021
On 18/01/2021 22:19, trix at redhat.com wrote:
> From: Tom Rix <trix at redhat.com>
>
> 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 <trix at redhat.com>
> ---
> 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
More information about the linux-arm-kernel
mailing list