aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorMaxime Coquelin <[email protected]>2015-05-28 07:05:53 +0200
committerDaniel Lezcano <[email protected]>2015-06-02 12:10:16 +0200
commitd4688bdc6335e9faaf3f0173f96932cd520cee1a (patch)
tree1b564c880d7eb23783de80033bc11186ca11ed7e /scripts/gdb/linux/tasks.py
parente37e45934afed32f00e16db745c410d5c675456d (diff)
clockevents/drivers/timer-stm32: Fix build warning spotted by kbuild test robot
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 <[email protected]> Signed-off-by: Maxime Coquelin <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions