]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Restore accidentally-deleted line
authorMat Martineau <mathewm@codeaurora.org>
Fri, 3 Jun 2011 23:21:07 +0000 (16:21 -0700)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 8 Jun 2011 19:58:19 +0000 (16:58 -0300)
commitfa02f178d5bff3dfc10845e815b6be52867e9e8d
tree96ae7bcff6de682c9271b0fad414b29d633df034
parent5ddc1978b9c31cb60960867bd390ac6b5fe7e59a
Bluetooth: Restore accidentally-deleted line

When code was moved from l2cap_core.c to l2cap_sock.c in commit
d2c25bbac45d1484f52c9ba10111c95dfbcc4a91, 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