Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1356200

Re: [PATCH 2/2 V2] staging: dgnc: use tty_alloc_driver instead of kcalloc

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH 2/2 V2] staging: dgnc: use tty_alloc_driver instead of kcalloc
Date 2016-03-11 22:40 +0100
Message-ID <rbCWR-3YT-7@gated-at.bofh.it> (permalink)
References <r9Yf9-8p8-31@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Mar 07, 2016 at 04:55:38PM +0900, Daeseok Youn wrote:
> the tty_alloc_driver() can allocate memory for ttys and termios.
> And also it can release allocated memory easly with using
> put_tty_driver().

Also needs to be rebased and resent.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 2/2 V2] staging: dgnc: use tty_alloc_driver instead of kcalloc Daeseok Youn <daeseok.youn@gmail.com> - 2016-03-07 09:00 +0100
  Re: [PATCH 2/2 V2] staging: dgnc: use tty_alloc_driver instead of  kcalloc Greg KH <gregkh@linuxfoundation.org> - 2016-03-11 22:40 +0100

csiph-web