Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131196
b: refs/heads/master
c: 23b904f
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Feb 9, 2009
1 parent f114f6e commit 036488e
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: bc111d570ba87cff48ec8dfa15a2a598e59c0f4b
refs/heads/master: 23b904f35128f3c596831cc3320bab1f2db81f60
2 changes: 2 additions & 0 deletions trunk/drivers/isdn/hardware/mISDN/hfcmulti.c
Original file line number Diff line number Diff line change
Expand Up @@ -4599,6 +4599,7 @@ init_e1_port(struct hfc_multi *hc, struct hm_map *m)
printk(KERN_ERR "%s: no memory for coeffs\n",
__func__);
ret = -ENOMEM;
kfree(bch);
goto free_chan;
}
bch->nr = ch;
Expand Down Expand Up @@ -4767,6 +4768,7 @@ init_multi_port(struct hfc_multi *hc, int pt)
printk(KERN_ERR "%s: no memory for coeffs\n",
__func__);
ret = -ENOMEM;
kfree(bch);
goto free_chan;
}
bch->nr = ch + 1;
Expand Down

0 comments on commit 036488e

Please sign in to comment.