spi: stm32-qspi: remove signal sensitive on completion
authorLudovic Barre <ludovic.barre@st.com>
Thu, 27 Jun 2019 07:43:59 +0000 (09:43 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 28 Jun 2019 14:25:40 +0000 (15:25 +0100)
commit775c4c0032c408b8a57a3fc2695eeda101da003a
treece1e935899c705bb35a2bb8b8b1fb31cfe1e6a3e
parentcae86eac98cd90934f94072028c362550338e084
spi: stm32-qspi: remove signal sensitive on completion

On umount step a sigkill signal is set (without user specific
action), due to sigkill signal the completion will be interrupted and
the data transfer can't be finished if a sync is needed.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32-qspi.c