diff --git a/[refs] b/[refs] index b54b30cf5106..6248573e8fb4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8cdfa78a885d94a79205d183a611ebc4876d6f33 +refs/heads/master: f7a8a1336416883dc0ccd96c17c604e34de61c25 diff --git a/trunk/tools/perf/util/header.c b/trunk/tools/perf/util/header.c index 4c48be80dcdf..428a4a2ce350 100644 --- a/trunk/tools/perf/util/header.c +++ b/trunk/tools/perf/util/header.c @@ -1109,7 +1109,7 @@ static int perf_file_section__fprintf_info(struct perf_file_section *section, } if (feat < HEADER_TRACE_INFO || feat >= HEADER_LAST_FEATURE) { pr_warning("unknown feature %d\n", feat); - return -1; + return 0; } if (!feat_ops[feat].print) return 0;