From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: alsa-devel@alsa-project.org, Takashi Iwai <tiwai@suse.de>,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
Liam Girdwood <lrg@ti.com>
Subject: Re: [PATCH] sound/soc/mxs/mxs-saif.c: use devm_ functions
Date: Fri, 10 Feb 2012 20:21:13 +0000 [thread overview]
Message-ID: <20120210202112.GA12644@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1328861821-3380-1-git-send-email-Julia.Lawall@lip6.fr>
[-- Attachment #1.1: Type: text/plain, Size: 395 bytes --]
On Fri, Feb 10, 2012 at 09:17:01AM +0100, 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.
Applied, thanks for your persistence!
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: alsa-devel@alsa-project.org, Takashi Iwai <tiwai@suse.de>,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
Liam Girdwood <lrg@ti.com>
Subject: Re: [PATCH] sound/soc/mxs/mxs-saif.c: use devm_ functions
Date: Fri, 10 Feb 2012 20:21:13 +0000 [thread overview]
Message-ID: <20120210202112.GA12644@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1328861821-3380-1-git-send-email-Julia.Lawall@lip6.fr>
[-- Attachment #1: Type: text/plain, Size: 395 bytes --]
On Fri, Feb 10, 2012 at 09:17:01AM +0100, 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.
Applied, thanks for your persistence!
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Liam Girdwood <lrg@ti.com>,
kernel-janitors@vger.kernel.org, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.de>,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sound/soc/mxs/mxs-saif.c: use devm_ functions
Date: Fri, 10 Feb 2012 20:21:13 +0000 [thread overview]
Message-ID: <20120210202112.GA12644@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1328861821-3380-1-git-send-email-Julia.Lawall@lip6.fr>
[-- Attachment #1: Type: text/plain, Size: 395 bytes --]
On Fri, Feb 10, 2012 at 09:17:01AM +0100, 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.
Applied, thanks for your persistence!
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2012-02-10 20:21 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-10 8:17 [PATCH] sound/soc/mxs/mxs-saif.c: use devm_ functions Julia Lawall
2012-02-10 8:17 ` Julia Lawall
2012-02-10 8:17 ` Julia Lawall
2012-02-10 19:20 ` Dong Aisheng
2012-02-10 19:20 ` Dong Aisheng
2012-02-10 19:20 ` Dong Aisheng
2012-02-10 20:21 ` Mark Brown [this message]
2012-02-10 20:21 ` Mark Brown
2012-02-10 20:21 ` Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2012-02-08 17:14 Julia Lawall
2012-02-08 17:14 ` Julia Lawall
2012-02-09 18:35 ` Dong Aisheng-B29396
2012-02-09 18:35 ` Dong Aisheng-B29396
2012-02-09 18:35 ` Dong Aisheng-B29396
2012-02-09 18:37 ` Dong Aisheng-B29396
2012-02-09 18:37 ` Dong Aisheng-B29396
2012-02-09 18:45 ` Julia Lawall
2012-02-09 18:45 ` Julia Lawall
2012-02-09 18:45 ` Julia Lawall
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=20120210202112.GA12644@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=Julia.Lawall@lip6.fr \
--cc=alsa-devel@alsa-project.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lrg@ti.com \
--cc=tiwai@suse.de \
/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.