commit | 26954c7f26068b6ced108806fdd39aee5cd54e6f | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Thu Apr 14 17:57:26 2011 -0300 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Thu Apr 14 18:36:16 2011 -0300 |
tree | f47086fa11a82b9839c63269f41e517b4a7c6ecf | |
parent | 62f3a2cfb1891c070631e496eeea852e949ea8bb [diff] |
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>