From: Greg KH <gregkh@linuxfoundation.org>
To: Daeseok Youn <daeseok.youn@gmail.com>
Cc: lidza.louina@gmail.com, devel@driverdev.osuosl.org,
driverdev-devel@linuxdriverproject.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: dgap: implement error handling in dgap_tty_register()
Date: Fri, 16 May 2014 16:09:28 -0700 [thread overview]
Message-ID: <20140516230928.GA31392@kroah.com> (raw)
In-Reply-To: <20140425070459.GA9155@devel>
On Fri, Apr 25, 2014 at 04:04:59PM +0900, Daeseok Youn wrote:
> - alloc_tty_driver() is deprecated so it is changed to
> tty_alloc_driver()
> - Pointers which are allocated by alloc_tty_driver() and kzalloc()
> can be NULL so it need to check NULL for them.
> - If one of those is failed, it need to add proper handler for
> avoiding memory leak.
>
> Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
> ---
> drivers/staging/dgap/dgap.c | 49 +++++++++++++++++++++++++++++++++++--------
> 1 files changed, 40 insertions(+), 9 deletions(-)
This doesn't apply at all to my tree anymore, please refresh it and
resend.
thanks,
greg k-h
next prev parent reply other threads:[~2014-05-16 23:06 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-25 7:04 [PATCH] staging: dgap: implement error handling in dgap_tty_register() Daeseok Youn
2014-04-25 9:26 ` Dan Carpenter
2014-04-25 11:02 ` DaeSeok Youn
[not found] ` <875455568.760649.1398423734122.JavaMail.root@mx2.compro.net>
2014-04-25 12:29 ` Mark Hounschell
2014-04-25 12:59 ` Dan Carpenter
[not found] ` <1016949935.761818.1398430870736.JavaMail.root@mx2.compro.net>
2014-04-25 14:41 ` Mark Hounschell
2014-04-26 2:39 ` DaeSeok Youn
2014-04-26 18:48 ` Dan Carpenter
2014-04-27 23:21 ` DaeSeok Youn
2014-05-16 9:40 ` DaeSeok Youn
2014-05-16 9:52 ` Dan Carpenter
2014-05-16 10:31 ` DaeSeok Youn
2014-05-16 15:01 ` Greg KH
2014-05-16 23:09 ` Greg KH [this message]
2014-05-17 15:22 ` DaeSeok Youn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140516230928.GA31392@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=daeseok.youn@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=driverdev-devel@linuxdriverproject.org \
--cc=lidza.louina@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.