summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/trace.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trace.pl b/scripts/trace.pl
index 588126ad..98e4a984 100755
--- a/scripts/trace.pl
+++ b/scripts/trace.pl
@@ -383,7 +383,7 @@ while (<>) {
$tp{$kv[0]} = $kv[1];
}
- return undef if exists $tp{'ring'} and exists $ignore_ring{$tp{'ring'}};
+ next if exists $tp{'ring'} and exists $ignore_ring{$tp{'ring'}};
if ($tp_name eq 'i915_gem_request_wait_begin') {
my %rw;