Loading
x86/cpu/zhaoxin: kx40000: fix bitwise warning issue
zhaoxin inclusion category: other bugzilla: https://gitee.com/openeuler/kernel/issues/I9RPB1 CVE: NA ----------------- bitwise or with non-zero value always evaluates to true. So, "|" is replaced with "&" here to meet the original expectation. Reported-by:kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202405201915.EtSGIZ33-lkp@intel.com/ Signed-off-by:
leoliu-oc <leoliu-oc@zhaoxin.com>