]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/phy/qualcomm/phy-qcom-apq8064-sata.c
phy: qualcomm: Adjust indentation in read_poll_timeout
[linux.git] / drivers / phy / qualcomm / phy-qcom-apq8064-sata.c
index 42bc5150dd92824db940f94e5f06884572545711..febe0aef68d4b739dc40122269228a252b61349e 100644 (file)
@@ -80,7 +80,7 @@ static int read_poll_timeout(void __iomem *addr, u32 mask)
                if (readl_relaxed(addr) & mask)
                        return 0;
 
-                usleep_range(DELAY_INTERVAL_US, DELAY_INTERVAL_US + 50);
+               usleep_range(DELAY_INTERVAL_US, DELAY_INTERVAL_US + 50);
        } while (!time_after(jiffies, timeout));
 
        return (readl_relaxed(addr) & mask) ? 0 : -ETIMEDOUT;