Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122116
b: refs/heads/master
c: 138a5cd
h: refs/heads/master
v: v3
  • Loading branch information
Jirka Pirko authored and David S. Miller committed Nov 24, 2008
1 parent 27fc528 commit 4b4e161
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: d0cc10ab0e3740b629d88386c907342f77cbdb30
refs/heads/master: 138a5cdf2ffe8c6602641f8aaa00cfcf10929fe1
2 changes: 1 addition & 1 deletion trunk/drivers/net/tokenring/3c359.c
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ static int xl_open(struct net_device *dev)
/* These MUST be on 8 byte boundaries */
xl_priv->xl_tx_ring = kzalloc((sizeof(struct xl_tx_desc) * XL_TX_RING_SIZE) + 7, GFP_DMA | GFP_KERNEL);
if (xl_priv->xl_tx_ring == NULL) {
printk(KERN_WARNING "%s: Not enough memory to allocate rx buffers.\n",
printk(KERN_WARNING "%s: Not enough memory to allocate tx buffers.\n",
dev->name);
free_irq(dev->irq,dev);
return -ENOMEM;
Expand Down

0 comments on commit 4b4e161

Please sign in to comment.