commit | e0f9309f371096b82ad35aa2c27d7f848f37e696 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Nov 09 01:44:22 2011 +0200 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Wed Nov 09 12:33:52 2011 -0200 |
tree | 37559bcc4c1df1a8d0b69255a45cd265ccb24da3 | |
parent | 56e5cb86eb377970825486a5861f5926d65e64c1 [diff] |
Bluetooth: Fix cancel_delayed_work_sync usage with locks The cancel_delayed_work_sync function should not be used if we hold any locks. Luckily all places where this is the case it is also safe to use the non-sync version. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>