Skip to content

Commit

Permalink
spi: bcm2835: fix code formatting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Tested-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Martin Sperl authored and Mark Brown committed Mar 29, 2015
1 parent e34ff01 commit 1e4df62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/spi/spi-bcm2835.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1e4df62

Please sign in to comment.