git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cac7f24
)
workqueue: cosmetic update in rescuer_thread()
author
Tejun Heo
<tj@kernel.org>
Thu, 4 Dec 2014 15:14:13 +0000
(10:14 -0500)
committer
Tejun Heo
<tj@kernel.org>
Thu, 4 Dec 2014 15:14:54 +0000
(10:14 -0500)
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 <tj@kernel.org>
No differences found