✓ CI.checkpatch: success for drm/xe: drop redundant conversion to bool

Patchwork patchwork at emeril.freedesktop.org
Thu May 29 16:16:54 UTC 2025


== Series Details ==

Series: drm/xe: drop redundant conversion to bool
URL   : https://patchwork.freedesktop.org/series/149650/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 42284e44b2e969bf3d434f55a582652f01b0657a
Author: Raag Jadav <raag.jadav at intel.com>
Date:   Thu May 29 21:39:37 2025 +0530

    drm/xe: drop redundant conversion to bool
    
    The result of integer comparison already evaluates to bool. No need for
    explicit conversion.
    
    No functional impact.
    
    Fixes: 0e414bf7ad01 ("drm/xe: Expose PCIe link downgrade attributes")
    Reported-by: kernel test robot <lkp at intel.com>
    Closes: https://lore.kernel.org/oe-kbuild-all/202505292205.MoljmkjQ-lkp@intel.com/
    Signed-off-by: Raag Jadav <raag.jadav at intel.com>
+ /mt/dim checkpatch 1bf8ab359843448c553ec50b86348e26d2eb93ae drm-intel
42284e44b2e9 drm/xe: drop redundant conversion to bool




More information about the Intel-xe mailing list