commit | eb78d7e53d144995b9e023b151de19fa40af72f3 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Aug 18 00:41:41 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Sep 08 19:07:53 2014 +0200 |
tree | e44857e3a83e16734c1677095806f680aac5e34e | |
parent | f6c63249698aaa87399e795adcf3b70171384dc2 [diff] |
Bluetooth: Use zero timeout for immediate scheduling There's no point in passing a "small" timeout to queue_delayed_work() to try to get the callback faster scheduled. Passing 0 is perfectly valid and will cause a shortcut to a direct queue_work(). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>