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

Patchwork patchwork at emeril.freedesktop.org
Tue Oct 24 11:14:59 UTC 2023


== Series Details ==

Series: series starting with [01/15] Revert "sound/soc/sof: Remove deferred probe for SOF"
URL   : https://patchwork.freedesktop.org/series/125501/
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 67fef806dffaca81567d5fbd89ce7f839d68f4fa
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Tue Oct 24 12:54:33 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>
    Link: https://lore.kernel.org/r/20231009115437.99976-14-maarten.lankhorst@linux.intel.com
    Signed-off-by: Takashi Iwai <tiwai at suse.de>
    (cherry picked from commit e6d0c13e9f46f9cf83f2f4946b0a2954599552a7)
+ /mt/dim checkpatch 4354e27efb78582ee567ba6264c79d0872a3a4e7 drm-intel
dc49fed2a 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.

total: 0 errors, 1 warnings, 0 checks, 194 lines checked
a14f9155b 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.

total: 0 errors, 1 warnings, 0 checks, 150 lines checked
45e78b9e5 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")

total: 0 errors, 1 warnings, 0 checks, 20 lines checked
259631518 ASoC: SOF: core: Add probe_early and remove_late callbacks
f02c926f6 ASoC: SOF: Intel: hda: start splitting the probe
2456c1b0b ASoC: SOF: Intel: Fix error handling in hda_init()
5eea251f1 ALSA: hda: Intel: Fix error handling in azx_probe()
3b0bc9ba8 ALSA: hda: i915: Allow override of gpu binding.
729df3530 ALSA: hda: i915: Add an allow_modprobe argument to snd_hdac_i915_init
-:39: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#39: 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
9ca73f390 ALSA: hda: i915: Allow xe as match for i915_component_master_match
-:33: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#33: 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
a751521f5 ASoC: Intel: avs: Move snd_hdac_i915_init to before probe_work.
9f73046d4 ALSA: hda: Intel: Move snd_hdac_i915_init to before probe_work.
c3fbe92c0 ASoC: Intel: Skylake: Move snd_hdac_i915_init to before probe_work.
05be6f95a ASoC: SOF: Intel: Move binding to display driver outside of deferred probe
67fef806d ALSA: hda: i915: Remove extra argument from snd_hdac_i915_init
-:31: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#31: 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