commit | 8a47ca957a6bf86f81893edd9401b91c00be4848 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Dec 21 17:57:03 2012 -0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Dec 24 16:10:22 2012 +0000 |
tree | 89813cf0430be7e35a5c528b8924de574d758efd | |
parent | a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 [diff] |
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 <tj@kernel.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>