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)
commit584abc3775e76c1a2abe725355915851ed23ed6c
tree5808522d561d6529d5b9de2a14f8157d4c033405
parent0a68f64febf365313987c570ad59c9069f61306d
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