Home
last modified time | relevance | path

Searched hist:"8 a079e88d12860382193328e883e775765a6777f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/px30/drivers/pmu/
H A Dpmu.c8a079e88d12860382193328e883e775765a6777f Thu Jul 25 15:06:50 UTC 2019 Ambroise Vincent <ambroise.vincent@arm.com> rockchip: px30: Fix build error

"result of '1 << 31' requires 33 bits to represent, but 'int' only has
32 bits [-Werror=shift-overflow=]"

This is treated as an error since commit 93c690eba8ca ("Enable
-Wshift-overflow=2 to check for undefined shift behavior")

Only the actual errors are being tackled by this patch. It is up to the
platform to choose whether there needs to be further modifications to
the code.

Change-Id: I70860ae5f2a34d7c684bd491b76da50aa04f778e
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>