[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5566D0D4.8040807@linaro.org>
Date: Thu, 28 May 2015 10:24:52 +0200
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: Maxime Coquelin <mcoquelin.stm32@...il.com>
CC: Thomas Gleixner <tglx@...utronix.de>, linux-kernel@...r.kernel.org,
fengguang.wu@...el.com, luc.vanoostenryck@...il.com
Subject: Re: [PATCH v2] clockevents: timer-stm32: Fix build warning spotted
by kbuild test robot
On 05/28/2015 07:05 AM, Maxime Coquelin wrote:
> This patch fixes below warning spotted by kbuild test robot when building
> with ARCH=powerpc:
>
> drivers/clocksource/timer-stm32.c: In function 'stm32_clockevent_init':
>>> drivers/clocksource/timer-stm32.c:140:9: warning: large integer implicitly truncated to unsigned type [-Woverflow]
> writel_relaxed(~0UL, data->base + TIM_ARR);
>
> The fix consists in using 0U instead of 0UL.
>
> Reported-by: kbuild test robot <fengguang.wu@...el.com>
> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@...il.com>
> ---
> v2: Use 0U instead of casting to u32.
> ---
Applied, thanks !
-- Daniel
--
<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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists