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)
commite2adbecfcb08ae68e05d9a076b5d398cee939664
treecb88a10669cd78716acb4c21b9e66187bc7e20a4
parent65c77dcaa4d175194588cc829ccf0f1709f257c5
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