[Intel-xe] ✗ CI.checkpatch: warning for ALSA: hda: i915: Alays handle -EPROBE_DEFER

Patchwork patchwork at emeril.freedesktop.org
Wed Nov 15 16:11:05 UTC 2023


== Series Details ==

Series: ALSA: hda: i915: Alays handle -EPROBE_DEFER
URL   : https://patchwork.freedesktop.org/series/126463/
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 e2a7eba53cd33a2466326d23a60415eb7777d585
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Wed Nov 15 13:36:25 2023 +0100

    ALSA: hda: i915: Alays handle -EPROBE_DEFER
    
    It turns out that even if the comment says that the driver can load
    fine, it's not really the case and no codecs are detected.
    Specifically for -EPROBE_DEFER, always fail the probe.
    
    This fixes a regression when HDA-intel is loaded before i915.
    
    Reported-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
    Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
    Tested-by: Kai Vehmanen <kai.vehmanen at linux.intel.com>
    Fixes: e6d0c13e9f46 ("ALSA: hda: i915: Remove extra argument from snd_hdac_i915_init")
    Cc: Takashi Iwai <tiwai at suse.de>
+ /mt/dim checkpatch eba8bfb1dc87535362e28de282addc8752204df4 drm-intel
e2a7eba53 ALSA: hda: i915: Alays handle -EPROBE_DEFER
-:15: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report
#15: 
Reported-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>

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




More information about the Intel-xe mailing list