Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258035
b: refs/heads/master
c: 9f3191a
h: refs/heads/master
i:
  258033: b734fde
  258031: f692a3c
v: v3
  • Loading branch information
Jan Kiszka authored and Avi Kivity committed Jul 12, 2011
1 parent c71a77a commit f1441a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1dda606c5f94b14a8f36c220d1d8844bab68a720
refs/heads/master: 9f3191aec595ef9f3c80bc96664fd7aef57ef5be
2 changes: 1 addition & 1 deletion trunk/virt/kvm/assigned-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ static int kvm_vm_ioctl_set_msix_nr(struct kvm *kvm,
if (adev->entries_nr == 0) {
adev->entries_nr = entry_nr->entry_nr;
if (adev->entries_nr == 0 ||
adev->entries_nr >= KVM_MAX_MSIX_PER_DEV) {
adev->entries_nr > KVM_MAX_MSIX_PER_DEV) {
r = -EINVAL;
goto msix_nr_out;
}
Expand Down

0 comments on commit f1441a6

Please sign in to comment.