commit | 530646f4695b396aeeec2ca912dcc3a9c95e0f52 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Thu Nov 05 13:28:29 2009 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 15:18:05 2009 -0800 |
tree | 497560a2cd9c8d1e6022e0553bf2fe9c794bf95a | |
parent | 0395b48c78ed822f251ab15d0fbc3ce06f41ffb1 [diff] |
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>