[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Simplify final return from xe_irq_install() (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Sep 18 16:05:40 UTC 2023
== Series Details ==
Series: drm/xe: Simplify final return from xe_irq_install() (rev2)
URL : https://patchwork.freedesktop.org/series/123814/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f9dde6a21324611c95d29918b92e9f27b2f99641
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date: Fri Sep 15 19:02:33 2023 -0300
drm/xe: Simplify final return from xe_irq_install()
At the end of the function, we will always return err no matter it's
value. Simplify this by just returning the result of
drmm_add_action_or_reset().
Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 717f01815b20bde3f081a18f42f31673ce1f107f drm-intel
f9dde6a21 drm/xe: Simplify final return from xe_irq_install()
More information about the Intel-xe
mailing list