diff options
author | Marek BehĂșn <kabel@kernel.org> | 2024-07-11 19:09:05 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-07-30 14:35:48 +0300 |
commit | 625f0582f05d1f496ecd598323df1c8bfcdcbd6f (patch) | |
tree | b573fa2acb52e4b0e77d99d003694acb3ed8dac0 /tools/perf/scripts/python/task-analyzer.py | |
parent | ac0ae59db6f521223b477677d2ff51e26815b114 (diff) | |
download | linux-625f0582f05d1f496ecd598323df1c8bfcdcbd6f.tar.xz |
irqchip/armada-370-xp: Use u32 type instead of unsigned long where possieble
For consistency across the driver, use the u32 type instead of unsigned
long for holding register values and return value of cpu_logical_map().
One exception is when the variable is referenced for passing into
for_each_set_bit(), in which case it has to be unsigned long.
Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20240711160907.31012-9-kabel@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions