diff options
author | Shuming Fan <[email protected]> | 2024-10-01 15:18:36 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-10-01 12:14:44 +0100 |
commit | a34b9d812d7ec95789b15ce84de5f03c6dd1137b (patch) | |
tree | e004058f801f81656336d3fbe294997ab1990ae2 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 4649cbd97fdae5069e9a71cd7669b62b90e03669 (diff) |
ASoC: rt1320: fix the range of patch code address
>> sound/soc/codecs/rt1320-sdw.c:564:14:
warning: result of comparison of constant 4295491583 with expression of type 'unsigned int' is always false
[-Wtautological-constant-out-of-range-compare]
564 | if (addr > 0x10007ffff || addr < 0x10007000) {
| ~~~~ ^ ~~~~~~~~~~~
1 warning generated.
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Shuming Fan <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions