KVM: SVM: Clean up return handling in avic_pi_update_irte()
authorSean Christopherson <seanjc@google.com>
Wed, 11 Jun 2025 22:45:33 +0000 (15:45 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 23 Jun 2025 16:50:31 +0000 (09:50 -0700)
commit803928483669b41e84c27086ffcf28438c1a8cca
tree66dd1a042e14e0d3e7b25cf18c50afc427423faf
parentc5af31698d719acf35ec3e3a3610a7c92dac0e6e
KVM: SVM: Clean up return handling in avic_pi_update_irte()

Clean up the return paths for avic_pi_update_irte() now that the
refactoring dust has settled.

Opportunistically drop the pr_err() on IRTE update failures.  Logging that
a failure occurred without _any_ context is quite useless.

Tested-by: Sairaj Kodilkar <sarunkod@amd.com>
Link: https://lore.kernel.org/r/20250611224604.313496-32-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/svm/avic.c