[Intel-xe] ✗ CI.checkpatch: warning for series starting with [01/14] Revert "sound/soc/sof: Remove deferred probe for SOF"

Patchwork patchwork at emeril.freedesktop.org
Tue Oct 3 10:50:26 UTC 2023


== Series Details ==

Series: series starting with [01/14] Revert "sound/soc/sof: Remove deferred probe for SOF"
URL   : https://patchwork.freedesktop.org/series/124538/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3f51b5e1a60b4015d2e7cf3b0ffa3deb7295e2cf
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Mon Oct 2 21:38:47 2023 +0200

    ALSA: hda/i915: Remove extra argument from snd_hdac_i915_init
    
    Now that all drivers have moved from modprobe loading to
    handling -EPROBE_DEFER, we can remove the argument again.
    
    Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
    Reviewed-by: Kai Vehmanen <kai.vehmanen at linux.intel.com>
    Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
+ /mt/dim checkpatch 02ab43e36623665d8644d46162bd4ec5eeb68489 drm-intel
f34c59ff2 Revert "sound/soc/sof: Remove deferred probe for SOF"
-:6: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '53bccb72d202d8fa8575e81d1c78adc4e6a6ea1f', maybe rebased or not pulled?
#6: 
This reverts commit 53bccb72d202d8fa8575e81d1c78adc4e6a6ea1f.

-:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

-:240: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 2 warnings, 0 checks, 194 lines checked
d424201ef Revert "sound/hda: Allow XE as i915 replacement for sound"
-:6: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '3cfcbd459fdcb8387b29869f96540654acc833ab', maybe rebased or not pulled?
#6: 
This reverts commit 3cfcbd459fdcb8387b29869f96540654acc833ab.

-:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

-:182: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 2 warnings, 0 checks, 150 lines checked
d5ff76582 ASoC/SOF/core: Ensure sof_ops_free() is still called when probe never ran.
-:12: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '31bb7bd9ffee', maybe rebased or not pulled?
#12: 
Fixes: 31bb7bd9ffee ("ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was successful")

-:41: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 1 warnings, 0 checks, 20 lines checked
43e06023f ASoC: SOF: core: Add probe_early and remove_late callbacks
3c1d39d5e ASoC: SOF: Intel: hda: start splitting the probe
7d1d68249 ALSA: hda/intel: Fix error handling in azx_probe()
d51cfd49e ALSA: hda/i915: Allow override of gpu binding.
0f186c231 ALSA: hda/i915: Add an allow_modprobe argument to snd_hdac_i915_init
-:36: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#36: FILE: include/sound/hda_i915.h:17:
 }
+static inline int snd_hdac_i915_init(struct hdac_bus *bus, bool allow_modprobe)

total: 0 errors, 0 warnings, 1 checks, 73 lines checked
ff1f7ee5a ALSA: hda/i915: Allow xe as match for i915_component_master_match
-:30: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#30: FILE: sound/hda/hdac_i915.c:119:
+	if ((!strcmp(dev->driver->name, "i915") ||
+		 !strcmp(dev->driver->name, "xe")) &&

total: 0 errors, 0 warnings, 1 checks, 9 lines checked
80775807e ASoC: Intel: avs: Move snd_hdac_i915_init to before probe_work.
3e5770d8f ALSA: hda/intel: Move snd_hdac_i915_init to before probe_work.
54c2b776e ASoC: Intel: Skylake: Move snd_hdac_i915_init to before probe_work.
15ec4b46c ASoC: SOF: Intel: Move binding to display driver outside of deferred probe
3f51b5e1a ALSA: hda/i915: Remove extra argument from snd_hdac_i915_init
-:28: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#28: FILE: include/sound/hda_i915.h:17:
 }
+static inline int snd_hdac_i915_init(struct hdac_bus *bus)

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




More information about the Intel-xe mailing list