✓ CI.checkpatch: success for drm/xe : Fix mixed enum type warning
Patchwork
patchwork at emeril.freedesktop.org
Thu Mar 21 12:51:40 UTC 2024
== Series Details ==
Series: drm/xe : Fix mixed enum type warning
URL : https://patchwork.freedesktop.org/series/131419/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4749e30ab55fa9a8307be0601cff27ea22fd7f5b
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Thu Mar 21 17:02:10 2024 +0530
drm/xe : Fix mixed enum type warning
The issue arises from comparing an unsigned integer with a macro-defined
value. To address this, cast the macro-defined value to the same data
type as the other operand.
Cc: Zhanjun Dong <zhanjun.dong at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch e1542ffb74887be78ec488f14879eb5b8628aabb drm-intel
4749e30ab55f drm/xe : Fix mixed enum type warning
More information about the Intel-xe
mailing list