From: Lee Jones Date: Sat, 22 Dec 2012 01:56:52 +0000 (-0800) Subject: ab8500-charger: Do not use [delayed_]work_pending() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~85^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09f86dbfc20d9420dac43dba016cb65b582c983;p=pandora-kernel.git 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 --- Reading git-diff-tree failed