From: Tejun Heo Date: Sat, 22 Dec 2012 01:56:59 +0000 (-0800) Subject: wl1251: don't use [delayed_]work_pending() X-Git-Tag: v3.9-rc1~160^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02957f92bcc96be5c84a4000f9d22c592158602e;p=pandora-kernel.git wl1251: don't use [delayed_]work_pending() There's no need to test whether a (delayed) work item in pending before queueing, flushing or cancelling it. Most uses are unnecessary and quite a few of them are buggy. Remove unnecessary pending tests from wl1251. Only compile tested. Signed-off-by: Tejun Heo Acked-by: Luciano Coelho Cc: linux-wireless@vger.kernel.org --- Reading git-diff-tree failed