diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2025-02-06 22:16:30 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-02-06 23:46:09 +0300 |
commit | 153dbf4adad0082d030c30d20541df2b1af52db6 (patch) | |
tree | 1756d5604794effe5dbc400144c6d781b158f400 /tools/perf/scripts/python/sched-migration.py | |
parent | 995cf0e014b0144edf1125668a97c252c5ab775e (diff) | |
download | linux-153dbf4adad0082d030c30d20541df2b1af52db6.tar.xz |
regmap: irq: Use one way of setting all bits in the register
Currently there are two ways of how we represent all bits set, i.e.
UINT_MAX and GENMASK(31, 0). Use the former as the single way of
doing that, which is crystal clear on how we fill the unsigned int
value.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20250206191644.1132869-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions