]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4a022bac044db7d88fcf7013e787c5953f8ff15b
treece1e935899c705bb35a2bb8b8b1fb31cfe1e6a3e
parent640869438aa94baf237439f2644562ed3fa134fb
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