commit | b09f86dbfc20d9420dac43dba016cb65b582c983 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Fri Dec 21 17:56:52 2012 -0800 |
committer | Lee Jones <lee.jones@linaro.org> | Thu Mar 07 12:35:59 2013 +0800 |
tree | f575c981d4b6fc2bcc6f61c5897621d4e02059d4 | |
parent | 0577610e0e6b431a1503cc5d78e8178e0dd59948 [diff] |
ab8500-charger: Do not use [delayed_]work_pending() 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>