diff options
author | Arnd Bergmann <[email protected]> | 2021-05-14 23:30:17 +0200 |
---|---|---|
committer | Rob Clark <[email protected]> | 2021-06-23 07:33:53 -0700 |
commit | 08b2a9bb54aef2231d14493d6b7d2175fbd8c60b (patch) | |
tree | 030ffb0c71786b5c968400533aa1730d97b15b77 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 7d21fb8af5db8aec617a001ad87c2a0f25c24634 (diff) |
drm/msm/dsi: fix 32-bit clang warning
clang is a little overzealous with warning about a constant conversion
in an untaken branch of a ternary expression:
drivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c:975:48: error: implicit conversion from 'unsigned long long' to 'unsigned long' changes value from 5000000000 to 705032704 [-Werror,-Wconstant-conversion]
.max_pll_rate = (5000000000ULL < ULONG_MAX) ? 5000000000UL : ULONG_MAX,
^~~~~~~~~~~~
Rewrite this to use a preprocessor conditional instead to avoid the
warning.
Fixes: 076437c9e360 ("drm/msm/dsi: move min/max PLL rate to phy config")
Signed-off-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Nathan Chancellor <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions