[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/connector: Allow max possible encoders to attach to a connector (rev4)

Patchwork patchwork at emeril.freedesktop.org
Thu Sep 5 21:37:54 UTC 2019


== Series Details ==

Series: drm/connector: Allow max possible encoders to attach to a connector (rev4)
URL   : https://patchwork.freedesktop.org/series/62743/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
6e68968b4d13 drm/connector: Allow max possible encoders to attach to a connector
-:586: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'connector' - possible side-effects?
#586: FILE: include/drm/drm_connector.h:1612:
+#define drm_connector_for_each_possible_encoder(connector, encoder) \
+	drm_for_each_encoder_mask(encoder, (connector)->dev, \
+				  (connector)->possible_encoders)

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



More information about the Intel-gfx mailing list