Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40733
b: refs/heads/master
c: e5b9a33
h: refs/heads/master
i:
  40731: 2df8533
v: v3
  • Loading branch information
Tilman Schmidt authored and Linus Torvalds committed Nov 6, 2006
1 parent c0ae50e commit 0507b03
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: 18a61e4adbc4dbe209e0d154df5cd37ce17dc314
refs/heads/master: e5b9a335fd2180c6db1bcc4b24e83aff7481ebe3
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/gigaset/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ static struct bc_state *gigaset_initbcs(struct bc_state *bcs,
} else if ((bcs->skb = dev_alloc_skb(SBUFSIZE + HW_HDR_LEN)) != NULL)
skb_reserve(bcs->skb, HW_HDR_LEN);
else {
gig_dbg(DEBUG_INIT, "could not allocate skb\n");
warn("could not allocate skb\n");
bcs->inputstate |= INS_skip_frame;
}

Expand Down

0 comments on commit 0507b03

Please sign in to comment.