]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix lockdep warning in L2CAP
authorGustavo F. Padovan <padovan@profusion.mobi>
Thu, 14 Apr 2011 20:57:26 +0000 (17:57 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 14 Apr 2011 21:36:16 +0000 (18:36 -0300)
commiteace7a9660e95438f77ced34b368f5345f58a57e
treef47086fa11a82b9839c63269f41e517b4a7c6ecf
parentb1583de697600e69308c71b03a0c00deda1874d4
Bluetooth: Fix lockdep warning in L2CAP

Fix a regression from the L2CAP "rewrite" patches.
Purge the tx_q already happens on l2cap_chan_del() so we don't need it at
l2cap_disconnect_req().

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