diff options
| author | Qiang Ma <maqianga@uniontech.com> | 2026-06-18 16:52:17 +0800 |
|---|---|---|
| committer | Sean Christopherson <seanjc@google.com> | 2026-07-10 08:54:22 -0700 |
| commit | bfafeb04a0402c04aa357ed93ab9dfe44b1c4a30 (patch) | |
| tree | 3b31a23a930897d1c35813b97bddfbafb1a879f6 /include/linux | |
| parent | 78684b65fcc0582bf87e74229e3610c3d9634020 (diff) | |
KVM: SVM: Remove redundant ret = 0 in svm_set_nested_state
In svm_set_nested_state(), the success path reaches out_free with
ret already set to 0 from nested_svm_load_cr3(). The explicit
'ret = 0' assignment before out_free is therefore redundant.
Remove it.
No functional change.
Signed-off-by: Qiang Ma <maqianga@uniontech.com>
Link: https://patch.msgid.link/20260618085217.3934985-1-maqianga@uniontech.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
