Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375541
b: refs/heads/master
c: ba21fc6
h: refs/heads/master
i:
  375539: 69e3921
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed May 13, 2013
1 parent fed461b commit ee904eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: ef38079401c03fab7e0eb72085635c841b9b8ee7
refs/heads/master: ba21fc696dd28ea7a5880345faf0168619a478d2
5 changes: 3 additions & 2 deletions trunk/drivers/net/ethernet/brocade/bna/bnad.c
Original file line number Diff line number Diff line change
Expand Up @@ -3236,9 +3236,10 @@ bnad_init(struct bnad *bnad,

sprintf(bnad->wq_name, "%s_wq_%d", BNAD_NAME, bnad->id);
bnad->work_q = create_singlethread_workqueue(bnad->wq_name);

if (!bnad->work_q)
if (!bnad->work_q) {
iounmap(bnad->bar0);
return -ENOMEM;
}

return 0;
}
Expand Down

0 comments on commit ee904eb

Please sign in to comment.