diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-06-10 16:27:19 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-06-19 12:58:45 +0200 |
commit | c75e01288ce9c9a6b7beb6b23c07d2e4d1db8c84 (patch) | |
tree | 4acc43a8f955e767d5eb807473898ca81e2211fb /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 1c6321694074163b5863c13d71c19ca953a3fb08 (diff) |
sched: Don't set sd->child to NULL when it is already NULL
Memory for sd is allocated with kzalloc_node() which will initialize its fields
with zero. In build_sched_domain() we are setting sd->child to child even if
child is NULL, which isn't required.
Lets do it only if child isn't NULL.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/f4753a1730051341003ad2ad29a3229c7356678e.1370861520.git.viresh.kumar@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions