diff options
author | 2012-10-21 01:30:06 +0900 | |
---|---|---|
committer | 2012-12-01 16:45:40 -0800 | |
commit | 999767beb1b4a10eabf90e6017e496536cf4db0b (patch) | |
tree | 52025d802a2d350e42b0857502cb1ac7b473f31b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delay (diff) | |
download | linux-dev-999767beb1b4a10eabf90e6017e496536cf4db0b.tar.xz linux-dev-999767beb1b4a10eabf90e6017e496536cf4db0b.zip |
workqueue: trivial fix for return statement in work_busy()
Return type of work_busy() is unsigned int.
There is return statement returning boolean value, 'false' in work_busy().
It is not problem, because 'false' may be treated '0'.
However, fixing it would make code robust.
Signed-off-by: Joonsoo Kim <js1304@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions