diff for duplicates of <20050131182148.GA21438@kroah.com> diff --git a/a/1.txt b/N1/1.txt index c4359ed..cb642b7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,8 @@ On Tue, Jan 25, 2005 at 11:09:45PM +0100, Aur?lien Jarno wrote: > + u16 val; > + int *i; > + -> + if (!(s_bridge > + pci_find_device(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, NULL))) +> + if (!(s_bridge = +> + pci_find_device(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, NULL))) Please use pci_get_device(). It's safer, and not a depreciated function. diff --git a/a/content_digest b/N1/content_digest index df85c9d..7d4cfd1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020050125220945.GA23560@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:34 +0000\0" + "From\0Greg KH <greg@kroah.com>\0" + "Subject\0Re: [PATCH 2.6] I2C: New chip driver: sis5595\0" + "Date\0Mon, 31 Jan 2005 10:21:48 -0800\0" "To\0Aur?lien Jarno <aurelien@aurel32.net>" sensors@stimpy.netroedge.com " linux-kernel@vger.kernel.org\0" @@ -14,7 +14,8 @@ "> +\tu16 val;\n" "> +\tint *i;\n" "> +\n" - "> +\tif (!(s_bridge > +\t pci_find_device(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, NULL)))\n" + "> +\tif (!(s_bridge =\n" + "> +\t pci_find_device(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, NULL)))\n" "\n" "Please use pci_get_device(). It's safer, and not a depreciated\n" "function.\n" @@ -38,4 +39,4 @@ "\n" greg k-h -8fd8ca6473720b8f95bafcf1164ed78cfa6b77b76485ec12b11816226cada347 +d0e94351384be324edd10775884190cf45899774ec5ac48ab608464224736877
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.