summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-s3c64xx.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2016-07-04 10:47:48 +0300
committerMark Brown <broonie@kernel.org>2016-07-04 10:47:58 +0200
commit47c169ee67a6adea902d597b9e7bad428c7aac12 (patch)
tree8759704c8e30c0be7be7d69b45788aeb0543ad73 /drivers/spi/spi-s3c64xx.c
parent730d9d4d11cf48b17d07daaff1f0540642317e09 (diff)
downloadop-kernel-dev-47c169ee67a6adea902d597b9e7bad428c7aac12.zip
op-kernel-dev-47c169ee67a6adea902d597b9e7bad428c7aac12.tar.gz
spi: s3c64xx: indent an if statement
It generates a static checker warning if an if statement isn't indented. I think the code is fine except for the white space issue. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-s3c64xx.c')
-rw-r--r--drivers/spi/spi-s3c64xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c
index 6d8486f..9f0119f 100644
--- a/drivers/spi/spi-s3c64xx.c
+++ b/drivers/spi/spi-s3c64xx.c
@@ -330,8 +330,8 @@ static void s3c64xx_spi_set_cs(struct spi_device *spi, bool enable)
}
} else {
if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO))
- writel(S3C64XX_SPI_SLAVE_SIG_INACT,
- sdd->regs + S3C64XX_SPI_SLAVE_SEL);
+ writel(S3C64XX_SPI_SLAVE_SIG_INACT,
+ sdd->regs + S3C64XX_SPI_SLAVE_SEL);
}
}
OpenPOWER on IntegriCloud