spi: spi-s3c64xx: Turn on interrupts upon resume
authorŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 2 Oct 2020 12:22:43 +0000 (14:22 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 2 Oct 2020 20:54:24 +0000 (21:54 +0100)
commit3f32131fbbbf86cf44487ce033b2b27380ec49fa
tree22e46012df4cfa60cf8fa66c935277f91aa4b0ec
parent9fe26adbe37fddeddb87e45adbc94ce2cd470ff1
spi: spi-s3c64xx: Turn on interrupts upon resume

s3c64xx_spi_hwinit() disables interrupts. In s3c64xx_spi_probe() after
calling s3c64xx_spi_hwinit() they are enabled with the following call.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Link: https://lore.kernel.org/r/20201002122243.26849-10-l.stelmach@samsung.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-s3c64xx.c