summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t60/early_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t60/early_init.c')
-rw-r--r--src/mainboard/lenovo/t60/early_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t60/early_init.c b/src/mainboard/lenovo/t60/early_init.c
index ad2c58e26ab1..0a1ae53b72b8 100644
--- a/src/mainboard/lenovo/t60/early_init.c
+++ b/src/mainboard/lenovo/t60/early_init.c
@@ -25,7 +25,7 @@ static void early_superio_config(void)
pnp_write_config(dev, 0x29, 0xa0);
- while(!(pnp_read_config(dev, 0x29) & 0x10) && timeout--)
+ while (!(pnp_read_config(dev, 0x29) & 0x10) && timeout--)
udelay(1000);
/* Enable COM1 */