Commit 1e4df62d authored by Martin Sperl's avatar Martin Sperl Committed by Mark Brown

spi: bcm2835: fix code formatting issue

Signed-off-by: default avatarMartin Sperl <kernel@martin.sperl.org>
Tested-by: default avatarMartin Sperl <kernel@martin.sperl.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent e34ff011
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment