diff options
author | Sean Christopherson <seanjc@google.com> | 2024-08-02 13:01:35 -0700 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2024-10-30 14:29:31 -0700 |
commit | 6cf9ef23d9428ca4950a818e3e70bd818748815a (patch) | |
tree | 64a59935364934ed7cc08379a58c4c2fd1b10b3b /drivers | |
parent | 7e513617da71b1c0b6497cda1ddfc86a7c4d1765 (diff) | |
download | linux-6cf9ef23d9428ca4950a818e3e70bd818748815a.tar.gz linux-6cf9ef23d9428ca4950a818e3e70bd818748815a.tar.bz2 linux-6cf9ef23d9428ca4950a818e3e70bd818748815a.zip |
KVM: Return '0' directly when there's no task to yield to
Do "return 0" instead of initializing and returning a local variable in
kvm_vcpu_yield_to(), e.g. so that it's more obvious what the function
returns if there is no task.
No functional change intended.
Acked-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20240802200136.329973-2-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions