linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI PCI Hotplug driver update for 2.4.19-rc2-ac2
       [not found] <20020719192313.GD22862@kroah.com>
@ 2002-07-19 23:32 ` Greg KH
  2002-07-20  3:36 ` [Pcihpd-discuss] " KOCHI, Takayoshi
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2002-07-19 23:32 UTC (permalink / raw)
  To: linux-kernel, pcihpd-discuss

Note:  This was previously sent to Alan Cox with the patch inline, but
didn't make it to the mailing lists due to the size of the patch.


Hi,

Here's a patch against 2.4.19-rc2-ac2 that updates the ACPI PCI Hotplug
driver to the latest version.  This patch was written by Takayoshi KOCHI
<t-kouchi@mvf.biglobe.ne.jp> and has been tested on some IBM i386, NEC
i386, and some unnammed ia64 machines.

thanks,

greg k-h

Patch can be found at:
  http://www.kernel.org/pub/linux/kernel/people/gregkh/hotplug/2.4/pci_hp-acpi-2.4.19-rc2-ac2.patch


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Pcihpd-discuss] [PATCH] ACPI PCI Hotplug driver update for 2.4.19-rc2-ac2
       [not found] <20020719192313.GD22862@kroah.com>
  2002-07-19 23:32 ` [PATCH] ACPI PCI Hotplug driver update for 2.4.19-rc2-ac2 Greg KH
@ 2002-07-20  3:36 ` KOCHI, Takayoshi
  2002-07-26 22:55   ` Greg KH
  1 sibling, 1 reply; 3+ messages in thread
From: KOCHI, Takayoshi @ 2002-07-20  3:36 UTC (permalink / raw)
  To: alan; +Cc: linux-kernel, pcihpd-discuss, greg

Hi,

My colleague pointed out that the patch was missing this critical patch.
Please include this also.

On Fri, 19 Jul 2002 12:23:13 -0700
Greg KH <greg@kroah.com> wrote:

> Here's a patch against 2.4.19-rc2-ac2 that updates the ACPI PCI Hotplug
> driver to the latest version.  This patch was written by Takayoshi KOCHI
> <t-kouchi@mvf.biglobe.ne.jp> and has been tested on some IBM i386, NEC
> i386, and some unnammed ia64 machines.

Thanks for update, Greg!

--- linux-2419-rc2-ac2/drivers/hotplug/acpiphp_glue.c.orig	Fri Jul 19 20:08:32 2002
+++ linux-2419-rc2-ac2/drivers/hotplug/acpiphp_glue.c	Fri Jul 19 20:11:29 2002
@@ -377,12 +377,13 @@
 		if (b->number == bus)
 			return b;
 
-		if (!list_empty(&b->children))
+		if (!list_empty(&b->children)) {
 			/* XXX recursive call */
 			b = find_pci_bus(&b->children, bus);
 
-		if (b)
-			return b;
+			if (b)
+				return b;
+		}
 	}
 
 	return 0;


Thanks,
-- 
KOCHI, Takayoshi <t-kouchi@cq.jp.nec.com/t-kouchi@mvf.biglobe.ne.jp>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Pcihpd-discuss] [PATCH] ACPI PCI Hotplug driver update for 2.4.19-rc2-ac2
  2002-07-20  3:36 ` [Pcihpd-discuss] " KOCHI, Takayoshi
@ 2002-07-26 22:55   ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2002-07-26 22:55 UTC (permalink / raw)
  To: KOCHI, Takayoshi; +Cc: linux-kernel, pcihpd-discuss

On Fri, Jul 19, 2002 at 08:36:52PM -0700, KOCHI, Takayoshi wrote:
> Hi,
> 
> My colleague pointed out that the patch was missing this critical patch.
> Please include this also.

Thanks for the patch, I've added it to my tree.

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-26 22:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020719192313.GD22862@kroah.com>
2002-07-19 23:32 ` [PATCH] ACPI PCI Hotplug driver update for 2.4.19-rc2-ac2 Greg KH
2002-07-20  3:36 ` [Pcihpd-discuss] " KOCHI, Takayoshi
2002-07-26 22:55   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).