commit | 3c54711c4fd103edf2044ab60726939f1de02b0c | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Wed Dec 14 22:58:44 2011 -0200 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Sun Dec 18 17:07:57 2011 -0200 |
tree | 3d223484adad4b641deff803182d97f9ece914b2 | |
parent | bf4c63252490ba78fb833cc7acf1a5b1900c970f [diff] |
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>