spi: spi-geni-qcom: Don't initialize completion for normal message
authorStephen Boyd <swboyd@chromium.org>
Thu, 10 Jan 2019 21:02:52 +0000 (13:02 -0800)
committerMark Brown <broonie@kernel.org>
Mon, 14 Jan 2019 12:22:11 +0000 (12:22 +0000)
commit49dab903818dcff4db0c6b4fe5f08ef4755b1c9b
tree0bf834c62f674f0eeaccb357a892e78023798424
parent0d7463daf20d6f968f8921d493ebf6f9ef64d726
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>
drivers/spi/spi-geni-qcom.c