Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64421
b: refs/heads/master
c: 09e06f6
h: refs/heads/master
i:
  64419: 0dc5050
v: v3
  • Loading branch information
Ralf Baechle authored and Jeff Garzik committed Aug 25, 2007
1 parent 7ccd556 commit b77a958
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: ba685fb2abd71162bea6895a99449c1071b01402
refs/heads/master: 09e06f652d86d358583df0b601c0c4d11923dd88
2 changes: 1 addition & 1 deletion trunk/drivers/net/meth.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ static void meth_rx(struct net_device* dev, unsigned long int_status)
priv->stats.rx_length_errors++;
skb = priv->rx_skbs[priv->rx_write];
} else {
skb = alloc_skb(METH_RX_BUFF_SIZE, GFP_ATOMIC | GFP_DMA);
skb = alloc_skb(METH_RX_BUFF_SIZE, GFP_ATOMIC);
if (!skb) {
/* Ouch! No memory! Drop packet on the floor */
DPRINTK("No mem: dropping packet\n");
Expand Down

0 comments on commit b77a958

Please sign in to comment.