]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/gpu: Remove dead checks on wbinvd_on_all_cpus()'s return value
authorSean Christopherson <seanjc@google.com>
Thu, 22 May 2025 23:37:25 +0000 (16:37 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Thu, 10 Jul 2025 11:07:26 +0000 (13:07 +0200)
commit1d738dbb252f66dd909a662d85c67b93314d7ae7
tree6989236e1a84f6f332c1b4c7df0187fdb0d2bb7b
parentd7b8f8e20813f0179d8ef519541a3527e7661d3a
drm/gpu: Remove dead checks on wbinvd_on_all_cpus()'s return value

Remove the checks and associated pr_err() on wbinvd_on_all_cpus() failure,
as the helper has unconditionally returned 0/success since commit

  caa759323c73 ("smp: Remove smp_call_function() and on_each_cpu() return values").

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/20250522233733.3176144-2-seanjc@google.com
drivers/gpu/drm/drm_cache.c