All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Julia Lawall <Julia.Lawall-L2FTfq7BK8M@public.gmane.org>
Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 1/4] drivers/spi/spi-sh-hspi.c: drop frees of devm_ alloc'd data
Date: Wed, 05 Sep 2012 23:43:41 +0000	[thread overview]
Message-ID: <20120905234340.GH10580@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1346517191-8794-2-git-send-email-Julia.Lawall-L2FTfq7BK8M@public.gmane.org>

On Sat, Sep 01, 2012 at 06:33:08PM +0200, Julia Lawall wrote:
> From: Julia Lawall <Julia.Lawall@lip6.fr>
> 
> devm free functions should not have to be explicitly used.

Applied, thanks.

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
To: Julia Lawall <Julia.Lawall-L2FTfq7BK8M@public.gmane.org>
Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 1/4] drivers/spi/spi-sh-hspi.c: drop frees of devm_ alloc'd data
Date: Thu, 6 Sep 2012 07:43:41 +0800	[thread overview]
Message-ID: <20120905234340.GH10580@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1346517191-8794-2-git-send-email-Julia.Lawall-L2FTfq7BK8M@public.gmane.org>

On Sat, Sep 01, 2012 at 06:33:08PM +0200, Julia Lawall wrote:
> From: Julia Lawall <Julia.Lawall-L2FTfq7BK8M@public.gmane.org>
> 
> devm free functions should not have to be explicitly used.

Applied, thanks.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Grant Likely <grant.likely@secretlab.ca>,
	kernel-janitors@vger.kernel.org,
	spi-devel-general@lists.sourceforge.net,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] drivers/spi/spi-sh-hspi.c: drop frees of devm_ alloc'd data
Date: Thu, 6 Sep 2012 07:43:41 +0800	[thread overview]
Message-ID: <20120905234340.GH10580@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1346517191-8794-2-git-send-email-Julia.Lawall@lip6.fr>

On Sat, Sep 01, 2012 at 06:33:08PM +0200, Julia Lawall wrote:
> From: Julia Lawall <Julia.Lawall@lip6.fr>
> 
> devm free functions should not have to be explicitly used.

Applied, thanks.

  parent reply	other threads:[~2012-09-05 23:43 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-01 16:33 [PATCH 0/4] drop frees of devm_ alloc'd data Julia Lawall
2012-09-01 16:33 ` Julia Lawall
     [not found] ` <1346517191-8794-1-git-send-email-Julia.Lawall-L2FTfq7BK8M@public.gmane.org>
2012-09-01 16:33   ` [PATCH 1/4] drivers/spi/spi-sh-hspi.c: " Julia Lawall
2012-09-01 16:33     ` Julia Lawall
2012-09-01 16:33     ` Julia Lawall
     [not found]     ` <1346517191-8794-2-git-send-email-Julia.Lawall-L2FTfq7BK8M@public.gmane.org>
2012-09-05 23:43       ` Mark Brown [this message]
2012-09-05 23:43         ` Mark Brown
2012-09-05 23:43         ` Mark Brown
2012-09-01 16:33 ` [PATCH 2/4] drivers/tty/serial/sirfsoc_uart.c: " Julia Lawall
2012-09-01 16:33   ` Julia Lawall
2012-09-01 16:33 ` [PATCH 4/4] drivers/mtd/nand/mpc5121_nfc.c: some devm_ cleanups Julia Lawall
2012-09-01 16:33   ` Julia Lawall
2012-09-01 16:33   ` Julia Lawall
2012-09-04  8:42   ` Artem Bityutskiy
2012-09-04  8:42     ` Artem Bityutskiy
2012-09-04  8:42     ` Artem Bityutskiy
2012-09-04  8:53     ` Lars-Peter Clausen
2012-09-04  8:53       ` Lars-Peter Clausen
2012-09-04  8:53       ` Lars-Peter Clausen
2012-09-04  9:44       ` Julia Lawall
2012-09-04  9:44         ` Julia Lawall
2012-09-04  9:44         ` Julia Lawall
2012-09-04  9:54         ` Artem Bityutskiy
2012-09-04  9:54           ` Artem Bityutskiy
2012-09-04  9:54           ` Artem Bityutskiy
2012-09-01 16:33 ` [PATCH 3/4] drivers/mtd/maps/autcpu12-nvram.c: drop frees of devm_ alloc'd data Julia Lawall
2012-09-01 16:33   ` Julia Lawall
2012-09-01 16:33   ` Julia Lawall
2012-09-04  7:50   ` Artem Bityutskiy
2012-09-04  7:50     ` Artem Bityutskiy
2012-09-04  7:50     ` Artem Bityutskiy

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=20120905234340.GH10580@opensource.wolfsonmicro.com \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=Julia.Lawall-L2FTfq7BK8M@public.gmane.org \
    --cc=kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.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.