Re: [PATCH 3/3] spi: s3c24xx: Convert spinlock to mutex

2015-08-04 Thread Mark Brown
On Tue, Aug 04, 2015 at 02:09:58PM +0800, Nicolas Boichat wrote: bitbang-lock is now a mutex: replace spinlock function calls by mutex functions. This would need to be combined with the first patch, individual patches shouldn't break the build. signature.asc Description: Digital signature

[PATCH 3/3] spi: s3c24xx: Convert spinlock to mutex

2015-08-04 Thread Nicolas Boichat
bitbang-lock is now a mutex: replace spinlock function calls by mutex functions. Signed-off-by: Nicolas Boichat drink...@chromium.org --- drivers/spi/spi-s3c24xx.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/spi/spi-s3c24xx.c b/drivers/spi/spi-s3c24xx.c index