diff options
| author | Marek Behún <kabel@kernel.org> | 2024-07-08 18:17:59 +0300 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2024-07-30 14:35:46 +0300 |
| commit | ccef3a991b7c972cccce4aee8e62f70e3a706e78 (patch) | |
| tree | 38ee321f21641a92debeb877911050129e447756 /net/lapb/lapb_timer.c | |
| parent | 0cbbf7c15d197ac370387c08d900abe142153cd3 (diff) | |
| download | linux-ccef3a991b7c972cccce4aee8e62f70e3a706e78.tar.xz | |
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 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions
