mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 08:09:56 +00:00
spi: spi-geni-qcom: Don't initialize completion for normal message
We only use this completion when we're doing something that isn't a message transfer. For example, changing CS or aborting/canceling a command. All of those situations properly reinitialize the completion before sending the GENI the special command to change CS or cancel, etc. Given that, let's remove the initialization here. Cc: Girish Mahadevan <girishm@codeaurora.org> Cc: Dilip Kota <dkota@codeaurora.org> Cc: Alok Chauhan <alokc@codeaurora.org> Cc: Douglas Anderson <dianders@chromium.org> Signed-off-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
74fa750e63
commit
0357a3daad
@ -233,7 +233,6 @@ static int spi_geni_prepare_message(struct spi_master *spi,
|
||||
struct geni_se *se = &mas->se;
|
||||
|
||||
geni_se_select_mode(se, GENI_SE_FIFO);
|
||||
reinit_completion(&mas->xfer_done);
|
||||
ret = setup_fifo_params(spi_msg->spi, spi);
|
||||
if (ret)
|
||||
dev_err(mas->dev, "Couldn't select mode %d\n", ret);
|
||||
|
Loading…
x
Reference in New Issue
Block a user