Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752966Ab1BNWrb (ORCPT ); Mon, 14 Feb 2011 17:47:31 -0500 Received: from helcar.apana.org.au ([209.40.204.226]:50220 "EHLO fornost.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751487Ab1BNWr0 (ORCPT ); Mon, 14 Feb 2011 17:47:26 -0500 Date: Tue, 15 Feb 2011 09:47:12 +1100 From: Herbert Xu To: Matt Mackall Cc: Julia Lawall , Deepak Saxena , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/5] drivers/char/hw_random/omap-rng.c: Convert release_resource to release_region/release_mem_region Message-ID: <20110214224712.GA25913@gondor.apana.org.au> References: <1297599132-7226-1-git-send-email-julia@diku.dk> <1297599132-7226-3-git-send-email-julia@diku.dk> <1297723344.5929.28.camel@calx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1297723344.5929.28.camel@calx> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1060 Lines: 26 On Mon, Feb 14, 2011 at 04:42:24PM -0600, Matt Mackall wrote: > On Sun, 2011-02-13 at 13:12 +0100, Julia Lawall wrote: > > Request_region should be used with release_region, not release_resource. > > > > The local variable mem, storing the result of request_mem_region, is > > dropped and instead the pointer res is stored in the drvdata field of the > > platform device. This information is retrieved in omap_rng_remove to > > release the region. The drvdata field is not used elsewhere. > > > > The semantic match that finds this problem is as follows: > > (http://coccinelle.lip6.fr/) > > Looks ok to me, Herbert? Yes I will apply it today. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/