Re: [PATCH 2/2] platform/chrome: cros_ec_spi: Drop bits_per_word assignment

2020-12-04 Thread Enric Balletbo i Serra
Hi Stephen, Thank you for your patch. On 3/12/20 2:16, Stephen Boyd wrote: > 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 > Cc: Gwendal Grignou > Cc: Douglas Anderson > Cc: Alexandru M Stan > Signed-off

Re: [PATCH 2/2] platform/chrome: cros_ec_spi: Drop bits_per_word assignment

2020-12-02 Thread Doug Anderson
Hi, On Wed, Dec 2, 2020 at 5:16 PM Stephen Boyd wrote: > > 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 > Cc: Gwendal Grignou > Cc: Douglas Anderson > Cc: Alexandru M Stan > Signed-off-by: Stephen Boyd

[PATCH 2/2] platform/chrome: cros_ec_spi: Drop bits_per_word assignment

2020-12-02 Thread Stephen Boyd
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 Cc: Gwendal Grignou Cc: Douglas Anderson Cc: Alexandru M Stan Signed-off-by: Stephen Boyd --- drivers/platform/chrome/cros_ec_spi.c | 1 - 1 file changed, 1 deleti