]> Git Repo - J-linux.git/commitdiff
platform/chrome: cros_ec_spi: Drop bits_per_word assignment
authorStephen Boyd <[email protected]>
Fri, 4 Dec 2020 19:35:39 +0000 (11:35 -0800)
committerMark Brown <[email protected]>
Wed, 9 Dec 2020 16:52:09 +0000 (16:52 +0000)
This is already handed by default in spi_setup() if the bits_per_word is
0, so just drop it to shave off a line.

Cc: Simon Glass <[email protected]>
Cc: Gwendal Grignou <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Tested-by: Douglas Anderson <[email protected]>
Acked-by: Enric Balletbo i Serra <[email protected]>
Cc: Alexandru M Stan <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
drivers/platform/chrome/cros_ec_spi.c

index f9df218fc2bbe2f32230831d68dfd7e16619f6c4..14c4046fa04d52ca399e422f7ce31660af90195e 100644 (file)
@@ -741,7 +741,6 @@ static int cros_ec_spi_probe(struct spi_device *spi)
        struct cros_ec_spi *ec_spi;
        int err;
 
-       spi->bits_per_word = 8;
        spi->rt = true;
        err = spi_setup(spi);
        if (err < 0)
This page took 0.067664 seconds and 4 git commands to generate.