Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368339
b: refs/heads/master
c: 70386d4
h: refs/heads/master
i:
  368337: d621e76
  368335: cb543c0
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Mar 20, 2013
1 parent f2a47e7 commit b79b7eb
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: 8fdc929f5727d999d11ba3763b92f6eeacc096f9
refs/heads/master: 70386d40e19eeff8696f2593755e78f6f7fa9e6d
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/chelsio/cxgb/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ static void refill_free_list(struct sge *sge, struct freelQ *q)
struct sk_buff *skb;
dma_addr_t mapping;

skb = alloc_skb(q->rx_buffer_size, GFP_ATOMIC);
skb = dev_alloc_skb(q->rx_buffer_size);
if (!skb)
break;

Expand Down

0 comments on commit b79b7eb

Please sign in to comment.