Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290786
b: refs/heads/master
c: 6975f4c
h: refs/heads/master
v: v3
  • Loading branch information
Santosh Nayak authored and David S. Miller committed Mar 6, 2012
1 parent 478d6c6 commit ccf73aa
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: 9184a22701ed257974e7950be11da4cbd3116c63
refs/heads/master: 6975f4ce5a44e337514283e84761adaf2849aa26
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/qlogic/qla3xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2836,7 +2836,7 @@ static int ql_create_send_free_list(struct ql3_adapter *qdev)
req_q_curr++;
tx_cb->oal = kmalloc(512, GFP_KERNEL);
if (tx_cb->oal == NULL)
return -1;
return -ENOMEM;
}
return 0;
}
Expand Down

0 comments on commit ccf73aa

Please sign in to comment.