✓ CI.checkpatch: success for drm/xe: Change xe_guc_submit_stop return to void
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 24 05:50:19 UTC 2024
== Series Details ==
Series: drm/xe: Change xe_guc_submit_stop return to void
URL : https://patchwork.freedesktop.org/series/132819/
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
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b62ac8d70229b67442ab5f2ed3748e3e3619c020
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Wed Apr 24 09:49:11 2024 +0530
drm/xe: Change xe_guc_submit_stop return to void
The function xe_guc_submit_stop consistently returns 0 without an error
state, prompting the caller to verify it, which is redundant.
Cc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch b489bf6605759a57c37295c2025e5ee392b88ff3 drm-intel
b62ac8d70229 drm/xe: Change xe_guc_submit_stop return to void
More information about the Intel-xe
mailing list