From: Axel Lin Date: Sun, 3 Mar 2013 08:20:50 +0000 (+0800) Subject: ASoC: wm8350: Use jiffies rather than msecs in schedule_delayed_work() X-Git-Tag: v3.9-rc2~10^2~5^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51cd02d43c0bc7f55c84f50de23c08554db56ce1;p=pandora-kernel.git ASoC: wm8350: Use jiffies rather than msecs in schedule_delayed_work() The delay parameter of schedule_delayed_work() is number of jiffies to wait rather than miliseconds. Before commit 6d3c26bcb "ASoC: Use delayed work to debounce WM8350 jack IRQs", the debounce time is 200 miliseconds in wm8350_hp_jack_handler(). So I think this is a bug when convert to use delayed work. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed