spi: atmel: Fix scheduling while atomic bug
authorAlexander Stein <alexanders83@web.de>
Sun, 13 Apr 2014 10:45:10 +0000 (12:45 +0200)
committerMark Brown <broonie@linaro.org>
Fri, 18 Apr 2014 14:41:23 +0000 (15:41 +0100)
atmel_spi_lock does a spin_lock_irqsave, so we need to renable the
interrupts when we want to schedule.

Signed-off-by: Alexander Stein <alexanders83@web.de>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found