Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166987
b: refs/heads/master
c: ee239d9
h: refs/heads/master
i:
  166985: 0505102
  166983: 9280b7e
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed Oct 7, 2009
1 parent ac1d522 commit 08df1f0
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 3305adffc556f7998b40c31afcef4c8755ce919a
refs/heads/master: ee239d9901c13040598f6c46d5017869c6d14e2e
6 changes: 6 additions & 0 deletions trunk/drivers/isdn/gigaset/i4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ static int writebuf_from_LL(int driverID, int channel, int ack,
return -ENODEV;
}
bcs = &cs->bcs[channel];

/* can only handle linear sk_buffs */
if (skb_linearize(skb) < 0) {
dev_err(cs->dev, "%s: skb_linearize failed\n", __func__);
return -ENOMEM;
}
len = skb->len;

gig_dbg(DEBUG_LLDATA,
Expand Down

0 comments on commit 08df1f0

Please sign in to comment.