Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122117
b: refs/heads/master
c: 5c94afd
h: refs/heads/master
i:
  122115: 27fc528
v: v3
  • Loading branch information
Jirka Pirko authored and David S. Miller committed Nov 24, 2008
1 parent 4b4e161 commit 3a3213b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 138a5cdf2ffe8c6602641f8aaa00cfcf10929fe1
refs/heads/master: 5c94afd79cd9e68cb9899fe7788342329e9f445f
2 changes: 2 additions & 0 deletions trunk/drivers/net/tokenring/3c359.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,8 @@ static int xl_open(struct net_device *dev)
if (i==0) {
printk(KERN_WARNING "%s: Not enough memory to allocate rx buffers. Adapter disabled \n",dev->name) ;
free_irq(dev->irq,dev) ;
kfree(xl_priv->xl_tx_ring);
kfree(xl_priv->xl_rx_ring);
return -EIO ;
}

Expand Down

0 comments on commit 3a3213b

Please sign in to comment.