[Intel-xe] ✓ CI.checkpatch: success for drm/xe: make GT sysfs init return void
Patchwork
patchwork at emeril.freedesktop.org
Wed Jul 5 09:52:25 UTC 2023
== Series Details ==
Series: drm/xe: make GT sysfs init return void
URL : https://patchwork.freedesktop.org/series/120214/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 336939819a5e271ab96e8435d4145f16cb6a652c
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date: Wed Jul 5 14:14:03 2023 +0530
drm/xe: make GT sysfs init return void
Currently return from xe_gt_sysfs_init() is ignored
and also a failure in xe_gt_sysfs_init() isn't fatal
so make it return void.
V2 :
- add drm_warn in error paths - Himal
- Edit commit message - Nirmoy
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das at intel.com>
Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 9cddc6ae5701df18c8910b6d45490647c8b2659d drm-intel
336939819 drm/xe: make GT sysfs init return void
More information about the Intel-xe
mailing list