diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-04-01 16:01:34 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-05-11 10:58:12 +0300 |
commit | 6c7bc7dbcc4122745a214134749a0b1ab2658c80 (patch) | |
tree | acddaa1a65ea8b0399471997046b7415f62bd71a /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a20a40a8bbc2cf4b29d7248ea31e974e9103dd7f (diff) | |
download | linux-6c7bc7dbcc4122745a214134749a0b1ab2658c80.tar.xz |
clk: renesas: div6: Use clamp() instead of clamp_t()
As "div" is already "unsigned int", adding "U" suffixes to the constants
"1" and "64" allows us to replace the call to clamp_t() by a call to
clamp(). This removes hidden casts, and thus helps the compiler doing a
better job at type-checking.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/2670c1e3c82a245666578cbbd1fb20d37932fd8e.1617281699.git.geert+renesas@glider.be
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions