]> git.baikalelectronics.ru Git - kernel.git/commit
tty: sdio_uart: Switch to the open/close helpers
authorAlan Cox <alan@linux.intel.com>
Mon, 30 Nov 2009 13:16:09 +0000 (13:16 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 23:18:05 +0000 (15:18 -0800)
commit9535f9a610a44a44a0d8cdfec91a8c7958a2f4bd
tree5808522d561d6529d5b9de2a14f8157d4c033405
parent2a0e1102471e540512c9ba6a38c6b12882db8b45
tty: sdio_uart: Switch to the open/close helpers

Gets us proper tty semantics, removes some code and fixes up a few corner
case races (hangup during open etc)

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