Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297124
b: refs/heads/master
c: b93a355
h: refs/heads/master
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Avi Kivity committed Mar 5, 2012
1 parent ad904f5 commit 0fb088b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: e2358851efbcdc34583ee11971a6e4d587ea8bf9
refs/heads/master: b93a35532767a2cf78bdbc88730d5c28aa66b941
4 changes: 1 addition & 3 deletions trunk/virt/kvm/assigned-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ static int find_index_from_host_irq(struct kvm_assigned_dev_kernel
index = i;
break;
}
if (index < 0) {
if (index < 0)
printk(KERN_WARNING "Fail to find correlated MSI-X entry!\n");
return 0;
}

return index;
}
Expand Down

0 comments on commit 0fb088b

Please sign in to comment.