✗ Fi.CI.CHECKPATCH: warning for drm/i915: Use for_each_child instead of manual for-loop (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed May 15 08:32:15 UTC 2024
== Series Details ==
Series: drm/i915: Use for_each_child instead of manual for-loop (rev2)
URL : https://patchwork.freedesktop.org/series/133600/
State : warning
== Summary ==
Error: dim checkpatch failed
01a8fa52159b drm/i915: Use for_each_child instead of manual for-loop
-:45: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants
#45: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:1821:
+ GEM_BUG_ON(i915_active_is_idle(&ce->active));
total: 0 errors, 1 warnings, 0 checks, 81 lines checked
More information about the Intel-gfx
mailing list