aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/southbridge/intel/bd82x6x/pcie.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/southbridge/intel/bd82x6x/pcie.c b/src/southbridge/intel/bd82x6x/pcie.c
index 45ce5aadd3..325bfd2cd0 100644
--- a/src/southbridge/intel/bd82x6x/pcie.c
+++ b/src/southbridge/intel/bd82x6x/pcie.c
@@ -229,10 +229,8 @@ static void pci_init(struct device *dev)
pci_write_config16(dev, 0x1e, reg16);
/* Enable expresscard hotplug events. */
- if (pci_is_hotplugable(dev)) {
+ if (pci_is_hotplugable(dev))
pci_or_config32(dev, 0xd8, 1 << 30);
- pci_write_config16(dev, 0x42, 0x142);
- }
}
static void pch_pcie_enable(struct device *dev)