✓ CI.checkpatch: success for Improve type-safety on POWER_DOMAIN_*() macros
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 12 15:21:05 UTC 2025
== Series Details ==
Series: Improve type-safety on POWER_DOMAIN_*() macros
URL : https://patchwork.freedesktop.org/series/144727/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2118901f4534761d88c8db1681da93bf4fe74813
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date: Wed Feb 12 10:26:38 2025 -0300
drm/i915/display: Make POWER_DOMAIN_*() always result in enum intel_display_power_domain
In the hope of contributing to type safety in our code, let's ensure
that the type returned by the POWER_DOMAIN_*() macros is always of type
enum intel_display_power_domain.
Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch cbd90e3e74e3102b4a3eeca23e0136382e8a478f drm-intel
dd8910569109 drm/i915/display: Use explicit cast in POWER_DOMAIN_*() macros
2118901f4534 drm/i915/display: Make POWER_DOMAIN_*() always result in enum intel_display_power_domain
More information about the Intel-xe
mailing list