== Series Details ==

Series: drm/i915: Check backlight type while doing eDP backlight initializaiton 
(rev2)
URL   : https://patchwork.freedesktop.org/series/62362/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
74f5fc6b38e7 drm/i915: Check backlight type while doing eDP backlight 
initializaiton
-:14: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description 
(prefer a maximum 75 chars per line)
#14: 
v2: access dev_priv->vbt.backlight.type directly and remove unused function.

-:46: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 
'dev_priv->vbt.backlight.type != INTEL_BACKLIGHT_VESA_EDP_AUX_INTERFACE'
#46: FILE: drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c:269:
+       if (!i915_modparams.enable_dpcd_backlight &&
+           (dev_priv->vbt.backlight.type != 
INTEL_BACKLIGHT_VESA_EDP_AUX_INTERFACE))

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

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

Reply via email to