Bluetooth: Stop sabotaging list poisoning
authorAlexey Dobriyan <adobriyan@gmail.com>
Wed, 10 Jun 2015 17:28:33 +0000 (20:28 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 10 Jun 2015 23:22:54 +0000 (01:22 +0200)
commit835a6a2f8603237a3e6cded5a6765090ecb06ea5
tree1c882aae5e672842db6f8f593f9bbd40eecea5fd
parentd446278c408bdebd4103090740ce908c5d6b5ab0
Bluetooth: Stop sabotaging list poisoning

list_del() poisons pointers with special values, no need to overwrite them.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c