Bluetooth: Restore accidentally-deleted line
authorMat Martineau <mathewm@codeaurora.org>
Fri, 3 Jun 2011 23:21:07 +0000 (16:21 -0700)
committerJaikumar Ganesh <jaikumar@google.com>
Mon, 11 Jul 2011 18:59:17 +0000 (11:59 -0700)
commit5125e9e81028c431a5f66ba0b02604a00c56750e
tree6c5aa5dc9e7c5c382aaf0c93530d9d91f5e95298
parent8b00cf0995d246b2d0fa3e1f1b52b073eafec611
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