✗ CI.checkpatch: warning for drm/xe/xe_guc: Reduce a print from warn to debug

Patchwork patchwork at emeril.freedesktop.org
Thu Jan 25 15:41:27 UTC 2024


== Series Details ==

Series: drm/xe/xe_guc: Reduce a print from warn to debug
URL   : https://patchwork.freedesktop.org/series/129168/
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
b2ca823f819193c33ab811dfac08c614138d6d46
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3d848550953faf3850cdac919767993f26e37ffa
Author: Karthik Poosa <karthik.poosa at intel.com>
Date:   Thu Jan 25 21:16:47 2024 +0530

    drm/xe/xe_guc: Reduce a print from warn to debug
    
    Reduce debug print from warn to debug to avoid uncessary
    warning message in dmesg (Lucas).
    
    Fixes: c5a06c9169f3 ("drm/xe/guc: Enable WA 14018913170")
    Signed-off-by: Karthik Poosa <karthik.poosa at intel.com>
+ /mt/dim checkpatch 38a58d4231067e1b548c12ee521b73ffc0ebb73a drm-intel
3d8485509 drm/xe/xe_guc: Reduce a print from warn to debug
-:9: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'c5a06c9169f3', maybe rebased or not pulled?
#9: 
Fixes: c5a06c9169f3 ("drm/xe/guc: Enable WA 14018913170")

-:22: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#22: FILE: drivers/gpu/drm/xe/xe_guc.c:178:
+			drm_dbg(&xe->drm, "can't apply WA 14018913170, GUC version expected >= 70.7.0, found %u %u %u\n",
 				 version->major, version->minor, version->patch);

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




More information about the Intel-xe mailing list