== Series Details == Series: drm/i915/gt: Add GEM_BUG_ON to ensure at least one engine supports migration URL : https://patchwork.freedesktop.org/series/142984/ State : warning == Summary == Error: dim checkpatch failed d2a2617f19e9 drm/i915/gt: Add GEM_BUG_ON to ensure at least one engine supports migration -:23: 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 #23: FILE: drivers/gpu/drm/i915/gt/intel_migrate.c:300: + GEM_BUG_ON(!count); total: 0 errors, 1 warnings, 0 checks, 9 lines checked