From: Tejun Heo Date: Sat, 22 Dec 2012 01:57:03 +0000 (-0800) Subject: ASoC: wm8350: don't use [delayed_]work_pending() X-Git-Tag: v3.9-rc1~129^2~24^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a47ca957a6bf86f81893edd9401b91c00be4848;p=pandora-kernel.git ASoC: wm8350: don't use [delayed_]work_pending() There's no need to test whether a (delayed) work item in pending before queueing, flushing or cancelling it. Most uses are unnecessary and quite a few of them are buggy. Remove unnecessary pending tests from wm8350. Only compile tested. Signed-off-by: Tejun Heo Signed-off-by: Mark Brown --- Reading git-diff-tree failed