[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ADE657CA350FB648AAC2C43247A983F001F3820B7E27@AUSP01VMBX24.collaborationhost.net>
Date: Tue, 7 Jun 2011 11:31:06 -0500
From: H Hartley Sweeten <hartleys@...ionengravers.com>
To: Joe Perches <joe@...ches.com>, Jiri Kosina <trivial@...nel.org>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] treewide: Convert uses of struct resource * to
resource_size(ptr)
On Monday, June 06, 2011 6:05 PM, Joe Perches wrote:
>
> Done via coccinelle script:
>
> struct resource *ptr;
> @@
>
> - ptr->end - ptr->start + 1
> + resource_size(ptr)
>
> Mostly uncompiled, not enough cross-compilers.
>
> Signed-off-by: Joe Perches <joe@...ches.com>
> ---
>
>> I think most of the offenders were caught back in late 2009.
>
> There are quite a few left...
[...]
> arch/arm/plat-mxc/pwm.c | 8 ++++----
No reply on my patch for this one.
> drivers/char/hw_random/timeriomem-rng.c | 2 +-
Matt Mackall already acked my patch for this one. Not sure if anyone
picked it up and applied it.
[...]
> drivers/dma/at_hdmac.c | 4 ++--
> drivers/dma/ipu/ipu_idmac.c | 6 ++----
I think Vinod Koul already applied my patches for these two.
> drivers/dma/mv_xor.c | 5 ++---
> drivers/gpio/vr41xx_giu.c | 2 +-
No reply on my patches for these.
[...]
> drivers/misc/atmel_pwm.c | 2 +-
And no reply on my patch for this one.
Your treewide patch can be used instead of my individual patches if it's
easier/cleaner.
Reviewed-by: H Hartley Sweeten <hsweeten@...ionengravers.com>
Powered by blists - more mailing lists