✓ CI.checkpatch: success for drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16 (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Aug 27 15:45:13 UTC 2024
== Series Details ==
Series: drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16 (rev2)
URL : https://patchwork.freedesktop.org/series/137796/
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a3aa4d1e9198e61d60fd570ab62f9a30baac71bb
Author: Karthik Poosa <karthik.poosa at intel.com>
Date: Tue Aug 27 21:23:01 2024 +0530
drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16
WRITE_I1 sub-command of the POWER_SETUP pcode command accepts a u16
parameter instead of u32. This change prevents potential illegal
sub-command errors.
v2: Mask uval instead of changing the prototype. (Badal)
v3: Rephrase commit message. (Badal)
Signed-off-by: Karthik Poosa <karthik.poosa at intel.com>
Fixes: 92d44a422d0d ("drm/xe/hwmon: Expose card reactive critical power")
+ /mt/dim checkpatch 2c3fbd94c8b2eda2275211dfa8ead639a4e3e161 drm-intel
a3aa4d1e9198 drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16
More information about the Intel-xe
mailing list