Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351633
b: refs/heads/master
c: 1d9219d
h: refs/heads/master
i:
  351631: 63edcc7
v: v3
  • Loading branch information
Jitendra Kalsaria authored and David S. Miller committed Jan 27, 2013
1 parent 1925f6c commit d0b4160
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: dbab22c1f177e4b0e6f6ce4913cb24118f2b8440
refs/heads/master: 1d9219ddb9a74ae80aa8d4f0492158224406c3fd
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@ void qlcnic_alloc_lb_filters_mem(struct qlcnic_adapter *adapter)
}

head = kcalloc(adapter->fhash.fbucket_size,
sizeof(struct hlist_head), GFP_KERNEL);
sizeof(struct hlist_head), GFP_ATOMIC);

if (!head)
return;
Expand Down

0 comments on commit d0b4160

Please sign in to comment.