Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140369
b: refs/heads/master
c: 24ec68f
h: refs/heads/master
i:
  140367: cae6cd5
v: v3
  • Loading branch information
Alexey Zaytsev authored and Jiri Kosina committed Mar 30, 2009
1 parent 28d2d18 commit ddcb056
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: e713a21d8251a4c91772f592af46407dfb0b2e4f
refs/heads/master: 24ec68fb8f0a36a9063f3e72039316e718b628ed
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/mISDN/l1oip_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ l1oip_4bit_alloc(int ulaw)
/* alloc conversion tables */
table_com = vmalloc(65536);
table_dec = vmalloc(512);
if (!table_com | !table_dec) {
if (!table_com || !table_dec) {
l1oip_4bit_free();
return -ENOMEM;
}
Expand Down

0 comments on commit ddcb056

Please sign in to comment.