== Series Details ==

Series: drm/i915/gem: Check for a closed context when looking up an engine
URL   : https://patchwork.freedesktop.org/series/74750/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
a3c39e8196a9 drm/i915/gem: Check for a closed context when looking up an engine
-:30: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!e"
#30: FILE: drivers/gpu/drm/i915/gem/i915_gem_context.h:199:
+               if (unlikely(e == NULL)) /* context was closed! */

total: 0 errors, 0 warnings, 1 checks, 18 lines checked

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

Reply via email to