Unverified Commit f113c61e authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!3840 Remove Hygon SMBus IMC detecting

parents 37954561 6a11371c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1043,8 +1043,7 @@ static int piix4_probe(struct pci_dev *dev, const struct pci_device_id *id)
		bool notify_imc = false;
		is_sb800 = true;

		if ((dev->vendor == PCI_VENDOR_ID_AMD ||
		     dev->vendor == PCI_VENDOR_ID_HYGON) &&
		if (dev->vendor == PCI_VENDOR_ID_AMD &&
		    dev->device == PCI_DEVICE_ID_AMD_KERNCZ_SMBUS) {
			u8 imc;