From: Lai Jiangshan Date: Tue, 19 Feb 2013 20:17:02 +0000 (-0800) Subject: workqueue: use %current instead of worker->task in worker_maybe_bind_and_lock() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~125^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5faa0774e07eada85b0c55ec789b3f337d01412;p=pandora-kernel.git workqueue: use %current instead of worker->task in worker_maybe_bind_and_lock() worker_maybe_bind_and_lock() uses both @worker->task and @current at the same time. As worker_maybe_bind_and_lock() can only be called by the current worker task, they are always the same. Update worker_maybe_bind_and_lock() to use %current consistently. This doesn't introduce any functional change. tj: Massaged the description. Signed-off-by: Lai Jiangshan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed