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)
commit0357a3daada3236da59be5d692f02ae07e2a145e
tree0bf834c62f674f0eeaccb357a892e78023798424
parent74fa750e63a9b962583213d161a79991188c6ec8
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