]> 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>
Wed, 29 May 2013 21:43:37 +0000 (18:43 -0300)
commit09ad92c5c2da958306d6181c39217fe6a5cecad7
tree6b858a20615a45ad0f8d15866f5039c95ecc6d26
parent561d14ae0dbd534577c3bc5801d8a2bd423014be
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