KVM: PPC: BookE: No duplicate request != 0 check
authorAlexander Graf <agraf@suse.de>
Fri, 10 Aug 2012 10:31:12 +0000 (12:31 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 5 Oct 2012 21:38:42 +0000 (23:38 +0200)
We only call kvmppc_check_requests() when vcpu->requests != 0, so drop
the redundant check in the function itself

Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found