summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t400/dock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t400/dock.c')
-rw-r--r--src/mainboard/lenovo/t400/dock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t400/dock.c b/src/mainboard/lenovo/t400/dock.c
index 5414f8b628b5..b8163e710be5 100644
--- a/src/mainboard/lenovo/t400/dock.c
+++ b/src/mainboard/lenovo/t400/dock.c
@@ -23,7 +23,7 @@ static int poll_clk_stable(pnp_devfn_t dev, int timeout)
{
/* Enable 14.318MHz CLK on CLKIN */
pnp_write_config(dev, 0x29, 0xa0);
- while(!(pnp_read_config(dev, 0x29) & 0x10) && timeout--)
+ while (!(pnp_read_config(dev, 0x29) & 0x10) && timeout--)
udelay(1000);
if (!timeout)
return 1;