Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

spi: bcm2835: fix code formatting issue

parent e34ff011
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
}