]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Remove useless sk variable in l2cap_le_conn_ready
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 29 Apr 2013 16:35:41 +0000 (19:35 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 3 May 2013 19:09:43 +0000 (16:09 -0300)
commitf0aa3884184712649a082a99b82cb0c78de7d401
tree148d47cb9c9aa4604a6752398c7b620b17d6227f
parent52067d7174b86a1da8f4b16b39ced7731b7de128
Bluetooth: Remove useless sk variable in l2cap_le_conn_ready

The sk variable is of quite little use since it's only used to simplify
access in the two bt_sk() calls.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/l2cap_core.c