提交 f0f62799 编写于 作者: G Gustavo Padovan 提交者: Johan Hedberg

Bluetooth: Remove unused err var from l2cap_segment_sdu()

Trivial fix, let the code cleaner.
Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: NMat Martineau <mathewm@codeaurora.org>
Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
上级 ba7aa64f
...@@ -2068,7 +2068,6 @@ static int l2cap_segment_sdu(struct l2cap_chan *chan, ...@@ -2068,7 +2068,6 @@ static int l2cap_segment_sdu(struct l2cap_chan *chan,
struct sk_buff *skb; struct sk_buff *skb;
u16 sdu_len; u16 sdu_len;
size_t pdu_len; size_t pdu_len;
int err = 0;
u8 sar; u8 sar;
BT_DBG("chan %p, msg %p, len %d", chan, msg, (int)len); BT_DBG("chan %p, msg %p, len %d", chan, msg, (int)len);
...@@ -2127,7 +2126,7 @@ static int l2cap_segment_sdu(struct l2cap_chan *chan, ...@@ -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, int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册