]> git.baikalelectronics.ru Git - kernel.git/commit
sdio_uart: refcount the tty objects
authorAlan Cox <alan@linux.intel.com>
Thu, 5 Nov 2009 13:28:29 +0000 (13:28 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 23:18:05 +0000 (15:18 -0800)
commit14475ec1cf6f4c48a18dd366b824bebbd49ca7e5
tree497560a2cd9c8d1e6022e0553bf2fe9c794bf95a
parent500a93878b6eedca4b36d303728e5a7a45060a78
sdio_uart: refcount the tty objects

The tty can go away underneath us, so we must refcount it. Do the naïve
implementation initially. We will worry about startup shortly.

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