[Intel-xe] ✓ CI.checkpatch: success for Return -EPROBE_DEFER from xe_display_driver_probe_defer() (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 7 20:07:04 UTC 2023
== Series Details ==
Series: Return -EPROBE_DEFER from xe_display_driver_probe_defer() (rev2)
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 59716c5ecabc91f3958fe7de15ff6b623d4a8b57
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 bae46e59a7f667734376ddb0d2451967dfb264f1 drm-intel
59716c5ec fixup! drm/xe/display: Implement display support
More information about the Intel-xe
mailing list