code formatting corrected.
Signed-off-by: Zubair Lutfullah <[email protected]>
---
 drivers/mfd/ti_am335x_tscadc.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/mfd/ti_am335x_tscadc.c b/drivers/mfd/ti_am335x_tscadc.c
index e7314e4..b8d7dfb 100644
--- a/drivers/mfd/ti_am335x_tscadc.c
+++ b/drivers/mfd/ti_am335x_tscadc.c
@@ -278,8 +278,8 @@ static int tscadc_suspend(struct device *dev)
        struct ti_tscadc_dev    *tscadc_dev = dev_get_drvdata(dev);
 
        tscadc_writel(tscadc_dev, REG_SE, 0x00);
-        tscadc_dev->irqstat = tscadc_readl(tscadc_dev, REG_IRQENABLE);
-        tscadc_dev->ctrl = tscadc_readl(tscadc_dev, REG_CTRL);
+       tscadc_dev->irqstat = tscadc_readl(tscadc_dev, REG_IRQENABLE);
+       tscadc_dev->ctrl = tscadc_readl(tscadc_dev, REG_CTRL);
        pm_runtime_put_sync(dev);
 
        return 0;
@@ -297,7 +297,7 @@ static int tscadc_resume(struct device *dev)
        if (tscadc_dev->tsc_cell != -1)
                tscadc_idle_config(tscadc_dev);
        am335x_tsc_se_update(tscadc_dev);
-        tscadc_writel(tscadc_dev, REG_CTRL, tscadc_dev->ctrl);
+       tscadc_writel(tscadc_dev, REG_CTRL, tscadc_dev->ctrl);
 
        return 0;
 }
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to