]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: rts5208: fix line style warnings in spi.c
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 23 Sep 2016 14:12:12 +0000 (16:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Sep 2016 10:40:30 +0000 (12:40 +0200)
 This patch fixes the following checkpatch.pl warning in spi.c:
 WARNING: line over 80 characters

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/spi.c

index 26eb2a184f9127f6b183602de98a3226f6b31f8c..13c539c83838ca9a48b40cab900cc79f07850989 100644 (file)
@@ -39,7 +39,8 @@ static int spi_init(struct rtsx_chip *chip)
        int retval;
 
        retval = rtsx_write_register(chip, SPI_CONTROL, 0xFF,
-                                    CS_POLARITY_LOW | DTO_MSB_FIRST | SPI_MASTER | SPI_MODE0 | SPI_AUTO);
+                                    CS_POLARITY_LOW | DTO_MSB_FIRST
+                                    | SPI_MASTER | SPI_MODE0 | SPI_AUTO);
        if (retval) {
                rtsx_trace(chip);
                return retval;