From: Lai Jiangshan Date: Tue, 3 Jun 2014 07:32:17 +0000 (+0800) Subject: workqueue: use schedule_timeout_interruptible() instead of open code X-Git-Tag: omap-for-v3.17/fixes-against-rc2~192^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e212f361fb5a82b91f0ba2fc9690a47a57e414d1;p=pandora-kernel.git workqueue: use schedule_timeout_interruptible() instead of open code schedule_timeout_interruptible(CREATE_COOLDOWN) is exactly the same as the original code. Signed-off-by: Lai Jiangshan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed