[PATCH v7 06/14] spi/spi-atmel: add flag to controller data for lock operations
Mark Brown
broonie at opensource.wolfsonmicro.com
Mon Apr 1 09:46:13 EDT 2013
On Tue, Mar 19, 2013 at 03:46:03PM +0800, Wenyou Yang wrote:
> +static void atmel_spi_lock(struct atmel_spi *as)
> +{
> + spin_lock_irqsave(&as->lock, as->flags);
> +}
Coding style.
> - spin_unlock(&as->lock);
> + atmel_spi_unlock(as);
> msg->complete(msg->context);
> - spin_lock(&as->lock);
> + atmel_spi_lock(as);
This replaces non-irqsave versions with irqsave versions of the lock.
Is this safe/correct? If it is I'd have expected some sort of mention
of it in the commit log.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130401/435cb807/attachment.sig>
More information about the linux-arm-kernel
mailing list