Loading drivers/spi/spi-msm-geni.c +1 −1 Original line number Diff line number Diff line Loading @@ -533,7 +533,7 @@ static struct msm_gpi_tre *setup_go_tre(int cmd, int cs, int rx_len, int flags, if (cmd == SPI_RX_ONLY) { eot = 0; chain = 0; eob = 0; eob = 1; /* GO TRE on TX: processing needed */ } else { eot = 0; chain = 1; Loading Loading
drivers/spi/spi-msm-geni.c +1 −1 Original line number Diff line number Diff line Loading @@ -533,7 +533,7 @@ static struct msm_gpi_tre *setup_go_tre(int cmd, int cs, int rx_len, int flags, if (cmd == SPI_RX_ONLY) { eot = 0; chain = 0; eob = 0; eob = 1; /* GO TRE on TX: processing needed */ } else { eot = 0; chain = 1; Loading