]> git.baikalelectronics.ru Git - kernel.git/commit
PCMCIA: sa1111: jornada720: no need to disable IRQs around sa1111_set_io
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 16 Jan 2012 09:28:49 +0000 (09:28 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 21 Feb 2012 14:27:05 +0000 (14:27 +0000)
commitb8347a64aa834bc082bb3be069c3226bd214b8d8
treecb88a10669cd78716acb4c21b9e66187bc7e20a4
parent9b8548d7eca48078014030a74fa051bb759aeb14
PCMCIA: sa1111: jornada720: no need to disable IRQs around sa1111_set_io

sa1111_set_io() already contains the necessary locking within itself
to safely change the state of a set of GPIOs.  There's no need for
callers to protect this by disabling IRQs themselves.

Acked-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/pcmcia/sa1100_jornada720.c