diff options
Diffstat (limited to 'tools/perf/tests/fdarray.c')
| -rw-r--r-- | tools/perf/tests/fdarray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/fdarray.c b/tools/perf/tests/fdarray.c index a2b5ff9bf83d..bc5982f42dc3 100644 --- a/tools/perf/tests/fdarray.c +++ b/tools/perf/tests/fdarray.c | |||
| @@ -19,7 +19,7 @@ static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE | |||
| 19 | { | 19 | { |
| 20 | int printed = 0; | 20 | int printed = 0; |
| 21 | 21 | ||
| 22 | if (!verbose) | 22 | if (verbose <= 0) |
| 23 | return 0; | 23 | return 0; |
| 24 | 24 | ||
| 25 | printed += fprintf(fp, "\n%s: ", prefix); | 25 | printed += fprintf(fp, "\n%s: ", prefix); |
