git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0577610
)
ab8500-charger: Do not use [delayed_]work_pending()
author
Lee Jones
<lee.jones@linaro.org>
Sat, 22 Dec 2012 01:56:52 +0000
(17:56 -0800)
committer
Lee 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