From: Tejun Heo Date: Thu, 4 Dec 2014 15:14:13 +0000 (-0500) Subject: workqueue: cosmetic update in rescuer_thread() X-Git-Tag: omap-for-v3.19/fixes-rc1~119^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0479c8c54983765085536c9463591548b45ad0a1;p=pandora-kernel.git workqueue: cosmetic update in rescuer_thread() rescuer_thread() caches &rescuer->scheduled in a local variable scheduled for convenience. There's one WARN_ON_ONCE() which was using &rescuer->scheduled directly. Replace it with the local variable. This patch causes no functional difference. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed