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

From: Doug Anderson
Date: Wed Dec 02 2020 - 20:19:25 EST


Hi,

On Wed, Dec 2, 2020 at 5:16 PM Stephen Boyd <swboyd@xxxxxxxxxxxx> 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 <sjg@xxxxxxxxxxxx>
> Cc: Gwendal Grignou <gwendal@xxxxxxxxxxxx>
> Cc: Douglas Anderson <dianders@xxxxxxxxxxxx>
> Cc: Alexandru M Stan <amstan@xxxxxxxxxxxx>
> Signed-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
> ---
> drivers/platform/chrome/cros_ec_spi.c | 1 -
> 1 file changed, 1 deletion(-)

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>