From: Tvrtko Ursulin <[email protected]>

Breakage from previous refactoring.

Signed-off-by: Tvrtko Ursulin <[email protected]>
Reported-by: John Harrison <[email protected]>
Cc: John Harrison <[email protected]>
---
 scripts/trace.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/trace.pl b/scripts/trace.pl
index 588126ad46ab..98e4a9843a43 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;
-- 
2.14.1

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to