Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298822
b: refs/heads/master
c: 0ee46ec
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Konrad Rzeszutek Wilk committed Apr 6, 2012
1 parent 3b1f097 commit e44c367
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: e8c9e788f493d3236809e955c9fc12625a461e09
refs/heads/master: 0ee46eca0476faf0e93c1387b1597b861b79711f
2 changes: 1 addition & 1 deletion trunk/drivers/xen/xen-pciback/pciback_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ int xen_pcibk_enable_msix(struct xen_pcibk_device *pdev,
if (dev_data)
dev_data->ack_intr = 0;

return result;
return result > 0 ? 0 : result;
}

static
Expand Down

0 comments on commit e44c367

Please sign in to comment.