From: Tejun Heo Date: Fri, 11 Jan 2013 12:37:33 +0000 (+0100) Subject: PM: don't use [delayed_]work_pending() X-Git-Tag: v3.9-rc1~146^2~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed1ac6e91a3ff7c561008ba57747cd6cbc49385e;p=pandora-kernel.git PM: don't use [delayed_]work_pending() There's no need to test whether a (delayed) work item is pending before queueing, flushing or cancelling it, so remove work_pending() tests used in those cases. Signed-off-by: Tejun Heo Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed