aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/lpc
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2017-10-27 11:05:14 +0200
committerNico Huber <nico.h@gmx.de>2017-11-03 07:52:52 +0000
commit64e83409a19f7a10524977442eead72db0bddb49 (patch)
tree14f72ee60fe52c0773c17f0213082b6e88b7f1b0 /src/soc/intel/common/block/lpc
parentb843c5e3f32ebd57605d96e3bb0c6a714ac12900 (diff)
soc/intel/common/block: Make integer literal unsigned long
Fix the warning below by making the integer literal unsigned. ``` CC bootblock/soc/intel/common/block/*/lpc_lib.o src/soc/intel/common/block/lpc/lpc_lib.c:91:17: warning: The result of the \ '<<' expression is undefined alignment = 1 << (log2_ceil(window_size)); ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Found-by: Clang static analyzer scan-build (clang version 4.0.1-6 (tags/RELEASE_401/final)) Fixes: e237f8b7 (soc/apollolake/lpc: Open I/O to LPC based on resource allocation) Change-Id: I094fb469f020f3c1fae936e304b4458858842a8e Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/22198 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block/lpc')
0 files changed, 0 insertions, 0 deletions