✓ CI.checkpatch: success for drm/xe: Use ERR_CAST to return an error-valued pointer

Patchwork patchwork at emeril.freedesktop.org
Mon Sep 9 13:28:47 UTC 2024


== Series Details ==

Series: drm/xe: Use ERR_CAST to return an error-valued pointer
URL   : https://patchwork.freedesktop.org/series/138410/
State : success

== 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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 0ce297cfe1aa8355fd12a4b3623303fcdb082b27
Author: Yu Jiaoliang <yujiaoliang at vivo.com>
Date:   Fri Sep 6 15:01:09 2024 +0800

    drm/xe: Use ERR_CAST to return an error-valued pointer
    
    Instead of directly casting and returning an error-valued pointer,
    use ERR_CAST to make the error handling more explicit and improve
    code clarity.
    
    Signed-off-by: Yu Jiaoliang <yujiaoliang at vivo.com>
+ /mt/dim checkpatch 36d222030253864ce07e73f27f631db5112d32c6 drm-intel
0ce297cfe1aa drm/xe: Use ERR_CAST to return an error-valued pointer




More information about the Intel-xe mailing list