[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: reintroduce wait on OA configuration completion

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 27 16:32:31 UTC 2020


== Series Details ==

Series: drm/i915/perf: reintroduce wait on OA configuration completion
URL   : https://patchwork.freedesktop.org/series/74014/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
9c67fa7e5fe9 drm/i915/perf: reintroduce wait on OA configuration completion
-:28: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!rq"
#28: FILE: drivers/gpu/drm/i915/i915_perf.c:1406:
+	GEM_BUG_ON(rq == NULL);

-:45: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "stream->configure_request"
#45: FILE: drivers/gpu/drm/i915/i915_perf.c:1428:
+	GEM_BUG_ON(stream->configure_request != NULL);

-:65: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "stream->configure_request"
#65: FILE: drivers/gpu/drm/i915/i915_perf.c:2029:
+		GEM_BUG_ON(stream->configure_request != NULL);

-:122: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "stream->configure_request"
#122: FILE: drivers/gpu/drm/i915/i915_perf.c:2909:
+	GEM_BUG_ON(stream->configure_request != NULL);

total: 0 errors, 0 warnings, 4 checks, 123 lines checked



More information about the Intel-gfx mailing list