commit | 02957f92bcc96be5c84a4000f9d22c592158602e | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Dec 21 17:56:59 2012 -0800 |
committer | Tejun Heo <tj@kernel.org> | Fri Dec 28 13:40:15 2012 -0800 |
tree | e0b0f96839d8c29651cda282d421c3b2f016f392 | |
parent | 6d394e192541a106bf78f361e2c4e586a8344e3e [diff] |
wl1251: 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 wl1251. Only compile tested. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Luciano Coelho <coelho@ti.com> Cc: linux-wireless@vger.kernel.org