[Intel-xe] ✓ CI.checkpatch: success for Return -EPROBE_DEFER from xe_display_driver_probe_defer()
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 6 20:56:13 UTC 2023
== Series Details ==
Series: Return -EPROBE_DEFER from xe_display_driver_probe_defer()
URL : https://patchwork.freedesktop.org/series/123356/
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 273e073730e20371b1f8281258ea55fcd26f12f9
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date: Wed Sep 6 17:00:49 2023 -0300
fixup! drm/xe/display: Implement display support
The function xe_display_driver_probe_defer() is supposed to return
-EPROBE_DEFER when not yet ready to continue the probing, but the
current implementation is actually returning 1 instead of the proper
value, which would probably keep the probe operation to be attempted
again. Fix that by returning the expected value in case we need to defer
the probe.
Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch 62fe9fa9afd1a2065c9e762e9da1216ac04b042f drm-intel
273e07373 fixup! drm/xe/display: Implement display support
More information about the Intel-xe
mailing list