spi: fsl-espi: small fix to error path in fsl_espi_irq
commit66b8053e249c76b0d800805dac7e7dc80c3d7764
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 29 Oct 2016 08:53:19 +0000 (29 10:53 +0200)
committerMark Brown <broonie@kernel.org>
Sat, 29 Oct 2016 17:58:51 +0000 (29 11:58 -0600)
tree4ae69eddf791e1cb64dd17f14efced911becd2c6
parentf05689a662d47896da742f5338eab183ed692c1c
spi: fsl-espi: small fix to error path in fsl_espi_irq

spin_lock is used to obtain the spinlock, so spin_unlock
has to be used here.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-fsl-espi.c