Bluetooth: Restore accidentally-deleted line
authorMat Martineau <mathewm@codeaurora.org>
Fri, 3 Jun 2011 23:21:07 +0000 (16:21 -0700)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:10:34 +0000 (12:10 -0800)
commitf2630e4c2e07d571c3f65c838abcff30ac78278a
tree46f099936ed2516fa1d33a3135ab21a67d649880
parent72e69dd5072463fc5a74da42a9f6ef05459603af
Bluetooth: Restore accidentally-deleted line

When code was moved from l2cap_core.c to l2cap_sock.c in commit
6de0702b5b93da0ef097aa092b4597fbc024ebba, one line was dropped
from the old __l2cap_sock_close() implementation. This sk_state
change should still be in l2cap_chan_close().

Signed-off-by: Mat Martineau <mathewm@codeaurora.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/l2cap_core.c