[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130401134613.GY18636@opensource.wolfsonmicro.com>
Date: Mon, 1 Apr 2013 14:46:13 +0100
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Wenyou Yang <wenyou.yang@...el.com>
Cc: linux-arm-kernel@...ts.infradead.org, grant.likely@...retlab.ca,
richard.genoud@...il.com, plagnioj@...osoft.com,
nicolas.ferre@...el.com, JM.Lin@...el.com,
spi-devel-general@...ts.sourceforge.net,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v7 06/14] spi/spi-atmel: add flag to controller data for
lock operations
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.
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists