Re: [PATCH 4/5] arch/x86/pci/direct.c: Convert release_resource torelease_region/release_mem_region

From: Jesse Barnes
Date: Fri Apr 08 2011 - 15:50:33 EST


On Sun, 13 Feb 2011 13:12:11 +0100
Julia Lawall <julia@xxxxxxx> wrote:

> Request_region should be used with release_region, not release_resource.
>
> The local variables region and region2 are dropped and the calls to
> release_resource are replaced with calls to release_region, using the first
> two arguments of the corresponding calls to request_region.
>
> The semantic match that finds this problem is as follows:
> (http://coccinelle.lip6.fr/)

Applied to linux-next, thanks.

--
Jesse Barnes, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/