✗ Fi.CI.CHECKPATCH: warning for drm/i915/pch: small cleanups, refactors
Patchwork
patchwork at emeril.freedesktop.org
Fri Feb 7 15:28:43 UTC 2025
== Series Details ==
Series: drm/i915/pch: small cleanups, refactors
URL : https://patchwork.freedesktop.org/series/144489/
State : warning
== Summary ==
Error: dim checkpatch failed
7bc5fca8d7b8 drm/i915/pch: Make LPT LP a dedicated PCH type
-:92: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dev_priv' - possible side-effects?
#92: FILE: drivers/gpu/drm/i915/soc/intel_pch.h:78:
+#define HAS_PCH_LPT(dev_priv) (INTEL_PCH_TYPE(dev_priv) == PCH_LPT_H || \
+ INTEL_PCH_TYPE(dev_priv) == PCH_LPT_LP)
total: 0 errors, 0 warnings, 1 checks, 66 lines checked
560b81a36580 drm/i915/pch: Hide PCH device IDs
949b38b157d3 drm/i915/pch: Remove unused i915->pch_id
More information about the Intel-gfx
mailing list