diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-02-13 17:11:03 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-02-13 17:22:35 -0300 |
commit | 5eae7d842510d33d4410c062280eda6c935403dd (patch) | |
tree | 3761779adda8056d41ac3d203e2a9be1194d9db8 /samples | |
parent | 9ef6839bcce7ca944c1ace4a7247cf13ca92a28f (diff) | |
download | linux-5eae7d842510d33d4410c062280eda6c935403dd.tar.gz linux-5eae7d842510d33d4410c062280eda6c935403dd.tar.bz2 linux-5eae7d842510d33d4410c062280eda6c935403dd.zip |
perf symbols: dso->name is an array, no need to check it against NULL
As it will always evaluate to 'true', as reported by clang:
util/map.c:390:36: error: address of array 'map->dso->name' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
if (map && map->dso && (map->dso->name || map->dso->long_name)) {
~~~~~~~~~~^~~~ ~~
util/map.c:393:22: error: address of array 'map->dso->name' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
else if (map->dso->name)
~~ ~~~~~~~~~~^~~~
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: http://lkml.kernel.org/n/tip-x8cu007cly40kfp8xnpi9kya@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions