Skip to content
Commit 9aa6825b authored by Paul Mackerras's avatar Paul Mackerras
Browse files

KVM: PPC: Book3S: Eliminate some unnecessary checks

In an excess of caution, commit 6f63e81b

 ("KVM: PPC: Book3S: Add
MMIO emulation for FP and VSX instructions", 2017-02-21) included
checks for the case that vcpu->arch.mmio_vsx_copy_nums is less than
zero, even though its type is u8.  This causes a Coverity warning,
so we remove the check for < 0.  We also adjust the associated
comment to be more accurate ("4 or less" rather than "less than 4").

Signed-off-by: default avatarPaul Mackerras <paulus@ozlabs.org>
parent c0093f1a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment