ar71xx: fix trailing statements location
[openwrt/staging/dedeckeh.git] / target / linux / ar71xx / files / arch / mips / ar71xx / ar71xx.c
index 5d05562de0e75b586c6517ae5fd741e316b05c16..6c88985ccf9736c7e9a8aaf15c3484a761c04420 100644 (file)
@@ -157,10 +157,12 @@ EXPORT_SYMBOL_GPL(ar71xx_device_stopped);
 void ar71xx_ddr_flush(u32 reg)
 {
        ar71xx_ddr_wr(reg, 1);
-       while ((ar71xx_ddr_rr(reg) & 0x1));
+       while ((ar71xx_ddr_rr(reg) & 0x1))
+               ;
 
        ar71xx_ddr_wr(reg, 1);
-       while ((ar71xx_ddr_rr(reg) & 0x1));
+       while ((ar71xx_ddr_rr(reg) & 0x1))
+               ;
 }
 EXPORT_SYMBOL_GPL(ar71xx_ddr_flush);