ab8500-charger: Do not use [delayed_]work_pending()
authorLee Jones <lee.jones@linaro.org>
Sat, 22 Dec 2012 01:56:52 +0000 (17:56 -0800)
committerLee Jones <lee.jones@linaro.org>
Thu, 7 Mar 2013 04:35:59 +0000 (12:35 +0800)
There's no need to test whether a (delayed) work item is pending
before queueing, flushing or cancelling it.  Most uses are unnecessary
and quite a few of them are buggy.

Signed-off-by: Lee Jones <lee.jones@linaro.org>

No differences found