aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx900/pcie.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/vx900/pcie.c')
-rw-r--r--src/northbridge/via/vx900/pcie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/vx900/pcie.c b/src/northbridge/via/vx900/pcie.c
index f717384e8f..ae81739185 100644
--- a/src/northbridge/via/vx900/pcie.c
+++ b/src/northbridge/via/vx900/pcie.c
@@ -52,7 +52,7 @@ static void vx900_pcie_link_init(device_t dev)
/* Step 2: Wait for device to enter L0 state */
/* FIXME: implement timeout detection */
- while (0x8a != pci_read_config8(dev, 0x1c3)) ;
+ while (0x8a != pci_read_config8(dev, 0x1c3));
/* Step 3: Clear PCIe error status, then check for failures */
pci_write_config32(dev, 0x104, 0xffffffff);