spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQ
authorBarry Song <song.bao.hua@hisilicon.com>
Sat, 26 Sep 2020 00:16:16 +0000 (12:16 +1200)
committerMark Brown <broonie@kernel.org>
Thu, 1 Oct 2020 22:45:28 +0000 (23:45 +0100)
commite236893387f8fcace3660d7785b6fb05cf3bc209
tree2d0931de0780a9d659dffefa74d92f4d22043e00
parent69544f2c15926379d6fb182b142e044b7378b5cf
spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQ

Running in hardIRQ, disabling IRQ is redundant.

Signed-off-by: Barry Song <song.bao.hua@hisilicon.com>
Link: https://lore.kernel.org/r/20200926001616.21292-2-song.bao.hua@hisilicon.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32.c