Re: [PATCH -mm] removes pci_find_device from i6300esb.c

2005-08-09 Thread Greg KH
On Tue, Aug 09, 2005 at 06:06:19PM +0200, Jiri Slaby wrote: > On 8/9/05, Greg KH <[EMAIL PROTECTED]> wrote: > > So, care to resend all of your pci changes, including the documentation > > ones, to me? > Sure: Um, one patch per email please. Doesn't anyone read Documentation/SubmittingPatches anym

Re: [PATCH -mm] removes pci_find_device from i6300esb.c

2005-08-09 Thread Greg KH
On Tue, Aug 09, 2005 at 11:28:16AM +0200, Jiri Slaby wrote: > Andrew Morton napsal(a): > > >Jiri Slaby <[EMAIL PROTECTED]> wrote: > > > > > >>--- a/drivers/char/watchdog/i6300esb.c > >>+++ b/drivers/char/watchdog/i6300esb.c > >>@@ -368,12 +368,11 @@ static unsigned char __init esb_getdevic > >>

Re: [PATCH -mm] removes pci_find_device from i6300esb.c

2005-08-09 Thread Jiri Slaby
On 8/9/05, Greg KH <[EMAIL PROTECTED]> wrote: > So, care to resend all of your pci changes, including the documentation > ones, to me? Sure: This removes very old functions from pci docs, which aren't no longer in the kernel. Generated in 2.6.13-rc5-mm1 kernel version. Signed-off-by: Jiri Slaby

Re: [PATCH -mm] removes pci_find_device from i6300esb.c

2005-08-09 Thread Jiri Slaby
[lkml sorry for reposting, but my nat was on cbl blacklist again, grrr.] On 8/9/05, Andrew Morton <[EMAIL PROTECTED]> wrote: > Jiri Slaby <[EMAIL PROTECTED]> wrote: > > > > --- a/drivers/char/watchdog/i6300esb.c > > +++ b/drivers/char/watchdog/i6300esb.c > > @@ -368,12 +368,11 @@ static unsigned

Re: [PATCH -mm] removes pci_find_device from i6300esb.c

2005-08-09 Thread Jiri Slaby
Andrew Morton napsal(a): Jiri Slaby <[EMAIL PROTECTED]> wrote: --- a/drivers/char/watchdog/i6300esb.c +++ b/drivers/char/watchdog/i6300esb.c @@ -368,12 +368,11 @@ static unsigned char __init esb_getdevic * Find the PCI device */ -while ((dev = pci_find_devi

Re: [PATCH -mm] removes pci_find_device from i6300esb.c

2005-08-08 Thread Andrew Morton
Jiri Slaby <[EMAIL PROTECTED]> wrote: > > --- a/drivers/char/watchdog/i6300esb.c > +++ b/drivers/char/watchdog/i6300esb.c > @@ -368,12 +368,11 @@ static unsigned char __init esb_getdevic >* Find the PCI device >*/ > > -while ((dev = pci_find_device(PCI_ANY

Re: [PATCH -mm] removes pci_find_device from i6300esb.c

2005-08-08 Thread Greg KH
On Tue, Aug 09, 2005 at 01:55:16AM +0200, Jiri Slaby wrote: > This patch changes pci_find_device to pci_get_device (encapsulated in > for_each_pci_dev) in i6300esb watchdog card with appropriate adding > pci_dev_put. Can you please route all of these changes through me? It's some tricky code to

[PATCH -mm] removes pci_find_device from i6300esb.c

2005-08-08 Thread Jiri Slaby
This patch changes pci_find_device to pci_get_device (encapsulated in for_each_pci_dev) in i6300esb watchdog card with appropriate adding pci_dev_put. Generated in 2.6.13-rc5-mm1 kernel version. Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> diff --git a/drivers/char/watchdog/i6300esb.c b/drivers