Re: [PATCH] pci_find_device and pci_find_slot mark as deprecated

2005-08-09 Thread Jiri Slaby
Jiri Slaby napsal(a): *It removes most occurences of pci_find_device in the kernel tree. *pci_(get|find)_device(x, ANY_ID, ANY_ID, x) changes to for_each_pci_dev(x). Generated in 2.6.13-rc5-mm1 kernel version. [...] drivers/scsi/qlogicisp.c |3 -- This maybe won

Re: [PATCH] pci_find_device and pci_find_slot mark as deprecated

2005-08-09 Thread Jiri Slaby
Greg KH napsal(a): On Tue, Aug 09, 2005 at 11:58:19AM +0200, Jiri Slaby wrote: On 8/9/05, Greg KH <[EMAIL PROTECTED]> wrote: On Tue, Aug 09, 2005 at 01:54:01AM +0200, Jiri Slaby wrote: This marks these functions as deprecated not to use in latest drivers (it doesn't use reference counts and

Re: [PATCH] pci_find_device and pci_find_slot mark as deprecated

2005-08-09 Thread Greg KH
On Tue, Aug 09, 2005 at 11:58:19AM +0200, Jiri Slaby wrote: > On 8/9/05, Greg KH <[EMAIL PROTECTED]> wrote: > > On Tue, Aug 09, 2005 at 01:54:01AM +0200, Jiri Slaby wrote: > > > This marks these functions as deprecated not to use in latest drivers (it > > > doesn't use reference counts and the devi

Re: [PATCH] pci_find_device and pci_find_slot mark as deprecated

2005-08-09 Thread Jiri Slaby
On 8/9/05, Jiri Slaby <[EMAIL PROTECTED]> wrote: > On 8/9/05, Greg KH <[EMAIL PROTECTED]> wrote: > > On Tue, Aug 09, 2005 at 01:54:01AM +0200, Jiri Slaby wrote: > > > This marks these functions as deprecated not to use in latest drivers (it > > > doesn't use reference counts and the device returned

Re: [PATCH] pci_find_device and pci_find_slot mark as deprecated

2005-08-09 Thread Jiri Slaby
On 8/9/05, Greg KH <[EMAIL PROTECTED]> wrote: > On Tue, Aug 09, 2005 at 01:54:01AM +0200, Jiri Slaby wrote: > > This marks these functions as deprecated not to use in latest drivers (it > > doesn't use reference counts and the device returned by it can disappear in > > any time). > > Did you forge

Re: [PATCH] pci_find_device and pci_find_slot mark as deprecated

2005-08-08 Thread Greg KH
On Tue, Aug 09, 2005 at 01:54:01AM +0200, Jiri Slaby wrote: > This marks these functions as deprecated not to use in latest drivers (it > doesn't use reference counts and the device returned by it can disappear in > any time). Did you forget to send this to the PCI maintainer for some reason? Any

[PATCH] pci_find_device and pci_find_slot mark as deprecated

2005-08-08 Thread Jiri Slaby
This marks these functions as deprecated not to use in latest drivers (it doesn't use reference counts and the device returned by it can disappear in any time). Generated in 2.6.13-rc5-mm1 kernel version. Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> diff --git a/include/linux/pci.h b/include/li

[PATCH] pci_find_device and pci_find_slot mark as deprecated

2005-08-07 Thread Jiri Slaby
This marks these functions as deprecated not to use in latest drivers (it doesn't use reference counts and the device returned by it can disappear in any time). This patch was sent yet on: 28 Jul 2005 (without pci_find_slot removing and wrapping lines) Signed-off-by: Jiri Slaby <[EMAIL PROTECT