Messages in this thread |  | | | Date | Mon, 1 Dec 2008 18:39:01 +0100 (CET) | | From | Julia Lawall <> | | Subject | Re: [PATCH] drivers/mtd/nand/pasemi_nand.c: Add missing pci_dev_put |
| |
On Mon, 1 Dec 2008, Olof Johansson wrote:
> On Thu, Nov 27, 2008 at 01:19:49PM +0100, Julia Lawall wrote: > > From: Julia Lawall <julia@diku.dk> > > > > 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 <julia@diku.dk> > > Acked-by: Olof Johansson <olof@lixom.net>
Do you know the answer about the return 0?
julia
|  |