perf script: Remove some bogus error handling
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 22 Jul 2017 07:36:10 +0000 (10:36 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 26 Jul 2017 01:43:17 +0000 (22:43 -0300)
commit2ec5cab604b2bbc5abe7138b537199762bea59ce
treeebf9c9eee81b198681e523fcebf5ddd9490240e1
parent868a832918f621b7576655c00067f20326ef3931
perf script: Remove some bogus error handling

If script_desc__new() fails then the current code has a NULL
dereference.  We don't actually need to do any cleanup, we can just
return NULL.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: kernel-janitors@vger.kernel.org
Link: http://lkml.kernel.org/r/20170722073610.nnsyiwdcfl6bhn4t@mwanda
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c