diff options
author | Arnd Bergmann <[email protected]> | 2017-05-29 15:00:17 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-05-30 14:09:28 -0400 |
commit | f0d7ae95fff4ab444b8433f07afc4b077ef1a285 (patch) | |
tree | b01f86b36d2059f08b0ae207aa0fc31c0653eb34 /scripts/gdb/linux/config.py | |
parent | 59b2c3140f329e5817197f84860f3fa61a742fdf (diff) |
net/mlx5: avoid build warning for uniprocessor
Building the driver with CONFIG_SMP disabled results in a harmless
warning:
ethernet/mellanox/mlx5/core/main.c: In function 'mlx5_irq_set_affinity_hint':
ethernet/mellanox/mlx5/core/main.c:615:6: error: unused variable 'irq' [-Werror=unused-variable]
It's better to express the conditional compilation using IS_ENABLED()
here, as that lets the compiler see what the intented use for the variable
is, and that it can be silently discarded.
Fixes: b665d98edc9a ("net/mlx5: Tolerate irq_set_affinity_hint() failures")
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Saeed Mahameed <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions