diff for duplicates of <20050201165434.GD23118@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 156a97c..648f8ae 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,8 @@ On Tue, Feb 01, 2005 at 01:14:14PM +0100, Aurelien Jarno wrote: > + u16 val; > + int *i; > + -> + if (!(s_bridge > + pci_get_device(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, NULL))) +> + if (!(s_bridge = +> + pci_get_device(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, NULL))) > + return -ENODEV; You never free the reference you grabbed on the pci_dev here. Please diff --git a/a/content_digest b/N1/content_digest index e8b5771..35fedfd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\0200502011420.17466.adobriyan@mail.ru\0" "ref\020050201121414.GA15219@bode.aurel32.net\0" - "From\0greg@kroah.com (Greg KH)\0" - "Subject\0[PATCH 2.6] I2C: New chip driver: sis5595\0" - "Date\0Thu, 19 May 2005 06:25:35 +0000\0" + "From\0Greg KH <greg@kroah.com>\0" + "Subject\0Re: [PATCH 2.6] I2C: New chip driver: sis5595\0" + "Date\0Tue, 1 Feb 2005 08:54:34 -0800\0" "To\0Aurelien Jarno <aurelien@aurel32.net>" Alexey Dobriyan <adobriyan@mail.ru> linux-kernel@vger.kernel.org @@ -16,7 +16,8 @@ "> +\tu16 val;\n" "> +\tint *i;\n" "> +\n" - "> +\tif (!(s_bridge > +\t pci_get_device(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, NULL)))\n" + "> +\tif (!(s_bridge =\n" + "> +\t pci_get_device(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, NULL)))\n" "> +\t\treturn -ENODEV;\n" "\n" "You never free the reference you grabbed on the pci_dev here. Please\n" @@ -35,4 +36,4 @@ "\n" greg k-h -71939f3d3c7b8e91fa9e379f603d8ff8d8837fe43de56524fd952982c30f56b4 +1d7c7bbdeb0e8ee6c24415a3551948648bcdede6c42f2b86dd781409c1e3df4b
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.