summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-bcm2835.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spi-bcm2835.c')
-rw-r--r--drivers/spi/spi-bcm2835.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/spi-bcm2835.c b/drivers/spi/spi-bcm2835.c
index 0dbe544e8be4..2e6533e34b19 100644
--- a/drivers/spi/spi-bcm2835.c
+++ b/drivers/spi/spi-bcm2835.c
@@ -289,8 +289,7 @@ static int bcm2835_spi_setup(struct spi_device *spi)
/* error in the case of native CS requested with CS-id > 2 */
dev_err(&spi->dev,
- "setup: only three native chip-selects are supported\n"
- );
+ "setup: only three native chip-selects are supported\n");
return -EINVAL;
}