Bluetooth: Use l2cap_pi(sk) directly where possible
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 13 Oct 2013 18:36:07 +0000 (11:36 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 13 Oct 2013 18:40:12 +0000 (21:40 +0300)
commit84b34d9867f826caecaab4444c86438935b7eb2b
tree248a315ce71b42aef4e60ab266614edb28cf6327
parent5f6cd79f477743cab98fd49feb03a39e0138b32f
Bluetooth: Use l2cap_pi(sk) directly where possible

There are few places where it makes sense to use l2cap_pi(sk) directly
instead of assigning it to temporary structure.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/l2cap_sock.c