✗ CI.checkpatch: warning for drm/i915/display: handle hdmi connector init failures
Patchwork
patchwork at emeril.freedesktop.org
Thu Nov 14 18:30:18 UTC 2024
== Series Details ==
Series: drm/i915/display: handle hdmi connector init failures
URL : https://patchwork.freedesktop.org/series/141364/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1dc888a53bd3511f145266225d05ce1d4ca6fa68
Author: Jani Nikula <jani.nikula at intel.com>
Date: Thu Nov 14 17:52:17 2024 +0200
drm/i915/ddi: propagate errors from intel_ddi_init_hdmi_connector()
Propagate connector init errors from
intel_ddi_init_hdmi_connector(). The caller already handles the
allocation failures, and this is all similar to
intel_ddi_init_dp_connector().
Cc: Sergey Senozhatsky <senozhatsky at chromium.org>
Cc: Ville Syrjala <ville.syrjala at linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 4018ba30ba2cc7bcbaed85dd5e77a506dd911b6d drm-intel
85c58bda7a29 drm/i915/hdmi: propagate errors from intel_hdmi_init_connector()
-:68: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#68: FILE: drivers/gpu/drm/i915/display/intel_hdmi.h:26:
+bool intel_hdmi_init_connector(struct intel_digital_port *dig_port,
+ struct intel_connector *intel_connector);
total: 0 errors, 0 warnings, 1 checks, 46 lines checked
17d9447cad41 drm/i915/hdmi: add error handling in g4x_hdmi_init()
1dc888a53bd3 drm/i915/ddi: propagate errors from intel_ddi_init_hdmi_connector()
More information about the Intel-xe
mailing list