Signed-off-by: Martin Sperl <[email protected]>
Tested-by: Martin Sperl <[email protected]>
---
 drivers/spi/spi-bcm2835.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Applies against spi - topic/bcm2835

diff --git a/drivers/spi/spi-bcm2835.c b/drivers/spi/spi-bcm2835.c
index 552a633..72d4525 100644
--- a/drivers/spi/spi-bcm2835.c
+++ b/drivers/spi/spi-bcm2835.c
@@ -283,8 +283,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;
 }
 
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to