Bluetooth: Don't disable tasklets to call hdev->notify()
authorGustavo F. Padovan <padovan@profusion.mobi>
Thu, 15 Dec 2011 00:58:44 +0000 (22:58 -0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Sun, 18 Dec 2011 19:07:57 +0000 (17:07 -0200)
commit3c54711c4fd103edf2044ab60726939f1de02b0c
tree3d223484adad4b641deff803182d97f9ece914b2
parentbf4c63252490ba78fb833cc7acf1a5b1900c970f
Bluetooth: Don't disable tasklets to call hdev->notify()

It's pointless, we aren't protecting anything since btusb_notify()
schedules a work to run, then all it operation happens without protection.
If protection is really needed here, we will fix it further.

Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_conn.c
net/bluetooth/hci_event.c