]> Pileus Git - ~andy/linux/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>
Sat, 22 Jun 2013 23:23:48 +0000 (00:23 +0100)
commit60bac184c9c7df2299aca4dc45c4b5b486f49a89
tree8bc8c47d3a75051143beea64d9df3ad1f915dec2
parent97f57c0b14ad2ef0628fc6db48cd6c08e0e52c50
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