commit | 857140e81690748ce9a0a7ae7ed91cddb254f51a | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Fri Apr 27 10:53:14 2018 -0300 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Fri Apr 27 10:53:14 2018 -0300 |
tree | 9395ead12b2703bb875daa11705fe3ccaec937db | |
parent | 3183f8ca304fd84096c44332f9bb699943beb6f1 [diff] |
perf symbols: Remove needless goto We can plain use the an else to the if block that is right after that goto, so simplify it. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: https://lkml.kernel.org/n/tip-vnpc2rakf6vc98pcl5z1cfrg@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>