Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40467
b: refs/heads/master
c: 7081252
h: refs/heads/master
i:
  40465: cb79472
  40463: e536195
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Oct 30, 2006
1 parent bdd39ba commit 83fe573
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: 0e2d57fc6e7dabdbfdd4f26c861e7e6c75d5bdcf
refs/heads/master: 70812522b847bdb8fabee963191734f5fa3143f3
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 {
dev_warn(cs->dev, "could not allocate skb\n");
gig_dbg(DEBUG_INIT, "could not allocate skb\n");
bcs->inputstate |= INS_skip_frame;
}

Expand Down

0 comments on commit 83fe573

Please sign in to comment.