tty/max3100: don't use [delayed_]work_pending()
authorTejun Heo <tj@kernel.org>
Sat, 22 Dec 2012 01:57:11 +0000 (17:57 -0800)
committerTejun Heo <tj@kernel.org>
Fri, 28 Dec 2012 21:40:16 +0000 (13:40 -0800)
commit7998005bf7a706a1d6bb3cf2e9783b6437e4419d
treeeb257cf0fe17700582e7e9f300cc37422f84fd6c
parent4d899be584d4b4c5d6b49d655176b25cebf6ff1a
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>
drivers/tty/serial/max3100.c
This page took 0.026209 seconds and 5 git commands to generate.