Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4912
b: refs/heads/master
c: 43f51fc
h: refs/heads/master
v: v3
  • Loading branch information
Chas Williams authored and David S. Miller committed Jul 19, 2005
1 parent 4ced885 commit c421c68
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: 3f1c81ff10187396e6d0fd01df82ab0cec256c96
refs/heads/master: 43f51fce0a637e6cdf1285b0fa09b8398ff14834
2 changes: 1 addition & 1 deletion trunk/drivers/atm/zatm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ static int __init zatm_start(struct atm_dev *dev)
return 0;
out:
for (i = 0; i < NR_MBX; i++)
kfree(zatm_dev->mbx_start[i]);
kfree(&zatm_dev->mbx_start[i]);
kfree(zatm_dev->rx_map);
kfree(zatm_dev->tx_map);
free_irq(zatm_dev->irq, dev);
Expand Down

0 comments on commit c421c68

Please sign in to comment.