From: Lai Jiangshan Date: Tue, 3 Jun 2014 07:32:41 +0000 (+0800) Subject: workqueue: remove useless WARN_ON_ONCE() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~192^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25ef09586df2b84a595c00ed058916122ff03297;p=pandora-kernel.git workqueue: remove useless WARN_ON_ONCE() The @cpu is fetched via smp_processor_id() in this function, so the check is useless. Signed-off-by: Lai Jiangshan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed