== Series Details == Series: drm/i915/fdi: refactor some fdi code out of intel_display.c URL : https://patchwork.freedesktop.org/series/94026/ State : warning == Summary == $ dim checkpatch origin/drm-tip b573cd162507 drm/i915/fdi: move intel_update_fdi_pll_freq to intel_fdi.c e2f0b2d220b7 drm/i915/fdi: move fdi bc bifurcation functions to intel_fdi.c -:125: WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON() #125: FILE: drivers/gpu/drm/i915/display/intel_fdi.c:218: + BUG(); total: 0 errors, 1 warnings, 0 checks, 117 lines checked efc363bfa49e drm/i915/fdi: move more FDI stuff to FDI link train hooks dd2f514ed896 drm/i915/fdi: move fdi mphy reset and programming to intel_fdi.c 8e6bd97aa2be drm/i915/fdi: convert BUG()'s to MISSING_CASE()