Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298863
b: refs/heads/master
c: 00a62d4
h: refs/heads/master
i:
  298861: 6349bd0
  298859: a990400
  298855: 4bc3794
  298847: f615e23
v: v3
  • Loading branch information
Chris Metcalf committed Apr 2, 2012
1 parent b73197f commit 906e3b4
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: 91445c72cac7cb48f383fc6e44221e244cc32f6e
refs/heads/master: 00a62d4bc9b9a0388abee5c5ea946b9631b149d5
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/tile/tilepro.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ static bool tile_net_provide_needed_buffer(struct tile_net_cpu *info,
struct sk_buff **skb_ptr;

/* Request 96 extra bytes for alignment purposes. */
skb = netdev_alloc_skb(info->napi->dev, len + padding);
skb = netdev_alloc_skb(info->napi.dev, len + padding);
if (skb == NULL)
return false;

Expand Down

0 comments on commit 906e3b4

Please sign in to comment.