diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2015-06-25 17:12:32 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-06-25 20:15:49 +0200 |
commit | 4cc97614812e96c135e369f3d723fcda07d33437 (patch) | |
tree | 850a00a403fc82eb81ebb470df7fec1124b1e51f /tools/perf/util/cpumap.c | |
parent | perf tools: Future-proof thread_map allocation size calculation (diff) | |
download | linux-4cc97614812e96c135e369f3d723fcda07d33437.tar.xz linux-4cc97614812e96c135e369f3d723fcda07d33437.zip |
perf header: Delete an unnecessary check before the calling free_event_desc()
The free_event_desc() function tests whether its argument is NULL and
then returns immediately. Thus the test around the call is not needed.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Cc: Julia Lawall <julia.lawall@lip6.fr>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: kernel-janitors@vger.kernel.org
Link: http://lkml.kernel.org/r/558C2ABA.3000603@users.sourceforge.net
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/cpumap.c')
0 files changed, 0 insertions, 0 deletions