tty: sdio_uart: Fix the locking on "func" for new code
authorAlan Cox <alan@linux.intel.com>
Mon, 30 Nov 2009 13:16:30 +0000 (13:16 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 23:18:06 +0000 (15:18 -0800)
commit1f100b323d19469b06a63ccd6130ed71760145cc
treede475d8906cefed5e8146ad82403e52ed9399a76
parent4b3b49bb77eddb540e7c69e2129f5334cf713bf8
tty: sdio_uart: Fix the locking on "func" for new code

The new dtr_rts function didn't take the port->func lock as it should
so add use of the lock there.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/mmc/card/sdio_uart.c