File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4016,8 +4016,8 @@ static enum cpuinfo_arm_chipset_vendor disambiguate_chipset_vendor(
40164016 /* Some UNISOC-based platforms reporting conflicting vendor names depending
40174017 * on the source. For phones that report both UNISOC and Spreadtrum, treat it
40184018 * as UNISOC. */
4019- if (vendor_a == cpuinfo_arm_chipset_vendor_unisoc && vendor_b == cpuinfo_arm_chipset_vendor_spreadtrum ||
4020- vendor_a == cpuinfo_arm_chipset_vendor_spreadtrum && vendor_b == cpuinfo_arm_chipset_vendor_unisoc ) {
4019+ if (( vendor_a == cpuinfo_arm_chipset_vendor_unisoc && vendor_b == cpuinfo_arm_chipset_vendor_spreadtrum ) ||
4020+ ( vendor_a == cpuinfo_arm_chipset_vendor_spreadtrum && vendor_b == cpuinfo_arm_chipset_vendor_unisoc ) ) {
40214021 return cpuinfo_arm_chipset_vendor_unisoc ;
40224022 }
40234023
You can’t perform that action at this time.
0 commit comments