All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Alan Stern <stern@rowland.harvard.edu>,
	kernel-janitors@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 5/7] drivers/usb/host/ehci-tegra.c: use devm_ functions
Date: Mon, 30 Jul 2012 16:54:12 +0000	[thread overview]
Message-ID: <5016BC34.8070306@wwwdotorg.org> (raw)
In-Reply-To: <1343659425-24563-3-git-send-email-Julia.Lawall@lip6.fr>

On 07/30/2012 08:43 AM, Julia Lawall wrote:
> From: Julia Lawall <Julia.Lawall@lip6.fr>
> 
> The various devm_ functions allocate memory that is released when a driver
> detaches.  This patch uses these functions for data that is allocated in
> the probe function of a platform device and is only freed in the remove
> function.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>

Tested-by: Stephen Warren <swarren@wwwdotorg.org>

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Warren <swarren@wwwdotorg.org>
To: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Alan Stern <stern@rowland.harvard.edu>,
	kernel-janitors@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 5/7] drivers/usb/host/ehci-tegra.c: use devm_ functions
Date: Mon, 30 Jul 2012 10:54:12 -0600	[thread overview]
Message-ID: <5016BC34.8070306@wwwdotorg.org> (raw)
In-Reply-To: <1343659425-24563-3-git-send-email-Julia.Lawall@lip6.fr>

On 07/30/2012 08:43 AM, Julia Lawall wrote:
> From: Julia Lawall <Julia.Lawall@lip6.fr>
> 
> The various devm_ functions allocate memory that is released when a driver
> detaches.  This patch uses these functions for data that is allocated in
> the probe function of a platform device and is only freed in the remove
> function.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>

Tested-by: Stephen Warren <swarren@wwwdotorg.org>

  reply	other threads:[~2012-07-30 16:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-30 14:43 [PATCH 5/7] drivers/usb/host/ehci-tegra.c: use devm_ functions Julia Lawall
2012-07-30 14:43 ` Julia Lawall
2012-07-30 16:54 ` Stephen Warren [this message]
2012-07-30 16:54   ` Stephen Warren

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=5016BC34.8070306@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --cc=Julia.Lawall@lip6.fr \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=stern@rowland.harvard.edu \
    /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.