From: Gustavo F. Padovan Date: Thu, 15 Dec 2011 00:58:44 +0000 (-0200) Subject: Bluetooth: Don't disable tasklets to call hdev->notify() X-Git-Tag: v3.3-rc1~182^2~44^2~71^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c54711c4fd103edf2044ab60726939f1de02b0c;p=pandora-kernel.git 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 Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed