From: Johan Hedberg Date: Sun, 17 Aug 2014 21:41:41 +0000 (+0300) Subject: Bluetooth: Use zero timeout for immediate scheduling X-Git-Tag: fixes-against-v3.18-rc2~144^2~144^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb78d7e53d144995b9e023b151de19fa40af72f3;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed