Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314469
b: refs/heads/master
c: f0f6279
h: refs/heads/master
i:
  314467: 5953034
v: v3
  • Loading branch information
Gustavo Padovan authored and Johan Hedberg committed Jun 5, 2012
1 parent 81ddc66 commit 7295208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: ba7aa64fe24d293bd433b82c30d505ab8611673f
refs/heads/master: f0f6279976c8f0768468293546785c18894a704c
3 changes: 1 addition & 2 deletions trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,6 @@ static int l2cap_segment_sdu(struct l2cap_chan *chan,
struct sk_buff *skb;
u16 sdu_len;
size_t pdu_len;
int err = 0;
u8 sar;

BT_DBG("chan %p, msg %p, len %d", chan, msg, (int)len);
Expand Down Expand Up @@ -2127,7 +2126,7 @@ static int l2cap_segment_sdu(struct l2cap_chan *chan,
}
}

return err;
return 0;
}

int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len,
Expand Down

0 comments on commit 7295208

Please sign in to comment.