Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78953
b: refs/heads/master
c: 42256f5
h: refs/heads/master
i:
  78951: 8712f6c
v: v3
  • Loading branch information
Divy Le Ray authored and David S. Miller committed Jan 28, 2008
1 parent ebda5cb commit a1cd6fd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: cba0516ddb9153afdc0ffffb9124f5f12a3b6ae5
refs/heads/master: 42256f57d894a4e4aa5af42d04191d7a12f10df9
3 changes: 2 additions & 1 deletion trunk/drivers/net/cxgb3/cxgb3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,8 @@ static int cxgb_up(struct adapter *adap)
if (err)
goto irq_err;

if (request_msix_data_irqs(adap)) {
err = request_msix_data_irqs(adap);
if (err) {
free_irq(adap->msix_info[0].vec, adap);
goto irq_err;
}
Expand Down

0 comments on commit a1cd6fd

Please sign in to comment.