diff options
author | Marek Behún <kabel@kernel.org> | 2024-07-08 17:17:59 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-07-30 13:35:46 +0200 |
commit | ccef3a991b7c972cccce4aee8e62f70e3a706e78 (patch) | |
tree | 38ee321f21641a92debeb877911050129e447756 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0cbbf7c15d197ac370387c08d900abe142153cd3 (diff) |
irqchip/armada-370-xp: Simplify is_percpu_irq() code
Simplify the code in the is_percpu_irq() function. Instead of
if (condition)
return true;
return false;
simply return condition.
Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/all/20240708151801.11592-9-kabel@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions