From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lixom.net ([66.141.50.11] helo=mail.lixom.net) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1L7CbY-0003q0-BQ for linux-mtd@lists.infradead.org; Mon, 01 Dec 2008 17:30:40 +0000 Date: Mon, 1 Dec 2008 11:43:27 -0600 From: Olof Johansson To: Julia Lawall Subject: Re: [PATCH] drivers/mtd/nand/pasemi_nand.c: Add missing pci_dev_put Message-ID: <20081201174327.GA21274@lixom.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: linux-mtd@lists.infradead.org, kernel-janitors@vger.kernel.org, dwmw2@infradead.org, linux-kernel@vger.kernel.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Nov 27, 2008 at 01:19:49PM +0100, Julia Lawall wrote: > From: Julia Lawall > > pci_get_device increments a reference count that should be decremented > using pci_dev_put. I have thus added an extra label in the error handling > code to do this. I don't know, however, whether there should be a > pci_dev_put before the return 0 as well. > [...] > Signed-off-by: Julia Lawall Acked-by: Olof Johansson