aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
diff options
context:
space:
mode:
authorCosta Shulyupin <[email protected]>2024-09-06 17:01:40 +0000
committerThomas Gleixner <[email protected]>2024-09-08 14:06:51 +0000
commita6fe30d1e3657991c832702cecb44576128d7fa3 (patch)
tree2005c906d8a46e2107afc40edf7ab8eb04189f1e /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
parentgenirq/cpuhotplug: Use cpumask_intersects() (diff)
downloadkernel-a6fe30d1e3657991c832702cecb44576128d7fa3.tar.gz
kernel-a6fe30d1e3657991c832702cecb44576128d7fa3.zip
genirq: Use cpumask_intersects()
Replace `cpumask_any_and(a, b) >= nr_cpu_ids` and `cpumask_any_and(a, b) < nr_cpu_ids` with the more readable `!cpumask_intersects(a, b)` and `cpumask_intersects(a, b)` Signed-off-by: Costa Shulyupin <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions