From: Greg KH <greg@kroah.com>
To: linux-kernel@vger.kernel.org, pcihpd-discuss@lists.sourceforge.net
Subject: Re: [PATCH] PCI and PCI Hotplug changes and fixes for 2.5.70
Date: Wed, 4 Jun 2003 19:05:47 -0700 [thread overview]
Message-ID: <10547787472909@kroah.com> (raw)
In-Reply-To: <10547787473298@kroah.com>
ChangeSet 1.1254.4.4, 2003/06/03 17:08:13-07:00, greg@kroah.com
[PATCH] ACPI PCI Hotplug: remove hand made pci_find_bus function
drivers/hotplug/acpiphp_glue.c | 26 +-------------------------
1 files changed, 1 insertion(+), 25 deletions(-)
diff -Nru a/drivers/hotplug/acpiphp_glue.c b/drivers/hotplug/acpiphp_glue.c
--- a/drivers/hotplug/acpiphp_glue.c Wed Jun 4 18:12:11 2003
+++ b/drivers/hotplug/acpiphp_glue.c Wed Jun 4 18:12:11 2003
@@ -281,30 +281,6 @@
return AE_OK;
}
-
-/* find pci_bus structure associated to specific bus number */
-static struct pci_bus *find_pci_bus(const struct list_head *list, int bus)
-{
- const struct list_head *l;
-
- list_for_each (l, list) {
- struct pci_bus *b = pci_bus_b(l);
- if (b->number == bus)
- return b;
-
- if (!list_empty(&b->children)) {
- /* XXX recursive call */
- b = find_pci_bus(&b->children, bus);
-
- if (b)
- return b;
- }
- }
-
- return NULL;
-}
-
-
/* decode ACPI 2.0 _HPP hot plug parameters */
static void decode_hpp(struct acpiphp_bridge *bridge)
{
@@ -409,7 +385,7 @@
bridge->seg = seg;
bridge->bus = bus;
- bridge->pci_bus = find_pci_bus(&pci_root_buses, bus);
+ bridge->pci_bus = pci_find_bus(bus);
bridge->res_lock = SPIN_LOCK_UNLOCKED;
next prev parent reply other threads:[~2003-06-05 2:08 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-05 1:31 [BK PATCH] PCI and PCI Hotplug changes and fixes for 2.5.70 Greg KH
2003-06-05 2:05 ` [PATCH] " Greg KH
2003-06-05 2:05 ` Greg KH
2003-06-05 2:05 ` Greg KH
2003-06-05 2:05 ` Greg KH
2003-06-05 2:05 ` Greg KH [this message]
2003-06-05 2:05 ` Greg KH
2003-06-05 2:05 ` Greg KH
2003-06-05 2:05 ` Greg KH
2003-06-05 2:05 ` Greg KH
2003-06-05 2:05 ` Greg KH
2003-06-05 2:05 ` Greg KH
2003-06-05 9:19 ` Russell King
2003-06-05 17:04 ` Greg KH
2003-06-05 17:57 ` Russell King
2003-06-05 2:14 ` [BK PATCH] " Greg KH
2003-06-05 8:38 ` Dave Jones
2003-06-05 8:49 ` Greg KH
2003-06-05 8:59 ` Dave Jones
2003-06-05 9:06 ` Greg KH
2003-06-05 9:18 ` Dave Jones
2003-06-05 9:22 ` Russell King
2003-06-05 17:18 ` Greg KH
2003-06-05 19:10 ` Dave Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=10547787472909@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pcihpd-discuss@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox