Re: [PATCH 09/25] wl1251: don't use [delayed_]work_pending()
From: Tejun Heo <tj@kernel.org>
Date: 2012-12-28 21:42:26
Also in:
lkml
From: Tejun Heo <tj@kernel.org>
Date: 2012-12-28 21:42:26
Also in:
lkml
On Sat, Dec 22, 2012 at 04:14:29PM +0200, Luciano Coelho wrote:
On Fri, 2012-12-21 at 17:56 -0800, Tejun Heo wrote:quoted
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> Cc: Luciano Coelho <redacted> Cc: linux-wireless@vger.kernel.org --- Please let me know how this patch should be routed. I can take it through the workqueue tree if necessary. Thanks.It's probably easier if you take it via your tree. This driver doesn't get patches very often, so I doubt there will be any conflicts. Thank you! Acked-by: Luciano Coelho <redacted>
Applied to wq/for-3.9-cleanups. Thanks. -- tejun