• Stephen Boyd's avatar
    spi: spi-geni-qcom: Don't initialize completion for normal message · 0357a3da
    Stephen Boyd authored
    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: default avatarStephen Boyd <swboyd@chromium.org>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    0357a3da
spi-geni-qcom.c 18.6 KB