Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1362153
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] staging: dgnc: use tty_alloc_driver instead of kcalloc |
| Date | 2016-03-21 22:10 +0100 |
| Message-ID | <rfffl-2ON-29@gated-at.bofh.it> (permalink) |
| References | <rcsiK-7as-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Mar 14, 2016 at 01:29:00PM +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(). > > Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> But you broke the driver in the previous patch, you can't do that, each patch has to be 'stand-alone'. thanks, greg k-h
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH 3/3] staging: dgnc: use tty_alloc_driver instead of kcalloc Greg KH <gregkh@linuxfoundation.org> - 2016-03-21 22:10 +0100
Re: [PATCH 3/3] staging: dgnc: use tty_alloc_driver instead of kcalloc DaeSeok Youn <daeseok.youn@gmail.com> - 2016-03-22 08:50 +0100
Re: [PATCH 3/3] staging: dgnc: use tty_alloc_driver instead of kcalloc Greg KH <gregkh@linuxfoundation.org> - 2016-03-22 14:10 +0100
Re: [PATCH 3/3] staging: dgnc: use tty_alloc_driver instead of kcalloc DaeSeok Youn <daeseok.youn@gmail.com> - 2016-03-23 02:40 +0100
csiph-web