From: Tejun Heo Date: Thu, 20 Sep 2012 17:03:19 +0000 (-0700) Subject: workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~52^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c6e72e46c9ea4a88f3f8ba96edce9db4bd48726;p=pandora-kernel.git workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending() e0aecdd874 ("workqueue: use irqsafe timer for delayed_work") made try_to_grab_pending() safe to use from irq context but forgot to remove WARN_ON_ONCE(in_irq()). Remove it. Signed-off-by: Tejun Heo Reported-by: Fengguang Wu --- Reading git-diff-tree failed