| Date | Fri, 21 Dec 2012 20:21:25 -0800 | From | Greg Kroah-Hartman <> | Subject | Re: [PATCH 21/25] tty/max3100: don't use [delayed_]work_pending() |
| |
On Fri, Dec 21, 2012 at 05:57:11PM -0800, Tejun Heo wrote: > 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 max3100. Only compile tested. > > Signed-off-by: Tejun Heo <tj@kernel.org> > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > Cc: Jiri Slaby <jslaby@suse.cz> > --- > Please let me know how this patch should be routed. I can take it > through the workqueue tree if necessary.
Please, feel free to take it through your tree:
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|