Home
last modified time | relevance | path

Searched hist:"7998005 bf7a706a1d6bb3cf2e9783b6437e4419d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dmax3100.cdiff 7998005bf7a706a1d6bb3cf2e9783b6437e4419d Fri Dec 21 19:57:11 CST 2012 Tejun Heo <tj@kernel.org> tty/max3100: 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 max3100. Only compile tested.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jslaby@suse.cz>