[PATCH] pci: remove parisc consumer of the pci global_list - Kernel
This is a discussion on [PATCH] pci: remove parisc consumer of the pci global_list - Kernel ; The patch pci-remove-global-list-of-pci-devices.patch misses the parisc
dino use of this. However, it's a simple removal job.
Signed-off-by: James Bottomley
---
diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c
index 03c763c..d9c6322 100644
--- a/drivers/parisc/dino.c
+++ b/drivers/parisc/dino.c
@@ -496,7 +496,6 @@ dino_card_setup(struct pci_bus *bus, void __iomem ...
-
[PATCH] pci: remove parisc consumer of the pci global_list
The patch pci-remove-global-list-of-pci-devices.patch misses the parisc
dino use of this. However, it's a simple removal job.
Signed-off-by: James Bottomley
---
diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c
index 03c763c..d9c6322 100644
--- a/drivers/parisc/dino.c
+++ b/drivers/parisc/dino.c
@@ -496,7 +496,6 @@ dino_card_setup(struct pci_bus *bus, void __iomem *base_addr)
list_for_each_safe(ln, tmp_ln, &bus->devices) {
struct pci_dev *dev = pci_dev_b(ln);
- list_del(&dev->global_list);
list_del(&dev->bus_list);
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
-
Re: [PATCH] pci: remove parisc consumer of the pci global_list
On Wed, Feb 20, 2008 at 03:14:24PM -0600, James Bottomley wrote:
> The patch pci-remove-global-list-of-pci-devices.patch misses the parisc
> dino use of this. However, it's a simple removal job.
>
> Signed-off-by: James Bottomley
Ah, sorry about that, I'll add that to my tree in the correct order so
we don't get bisect problems.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
-
patch pci-remove-parisc-consumer-of-the-pci-global_list.patch added to gregkh-2.6 tree
This is a note to let you know that I've just added the patch titled
Subject: PCI: remove parisc consumer of the pci global_list
to my gregkh-2.6 tree. Its filename is
pci-remove-parisc-consumer-of-the-pci-global_list.patch
This tree can be found at
http://www.kernel.org/pub/linux/kern...h-2.6/patches/
From James.Bottomley@HansenPartnership.com Wed Feb 20 14:22:51 2008
From: James Bottomley
Date: Wed, 20 Feb 2008 15:14:24 -0600
Subject: PCI: remove parisc consumer of the pci global_list
To: Greg KH
Cc: Parisc List , linux-kernel
Message-ID: <1203542065.3109.42.camel@localhost.localdomain>
Remove the parisc usage of the global_list, as it's not needed anymore.
Signed-off-by: James Bottomley
Signed-off-by: Greg Kroah-Hartman
---
drivers/parisc/dino.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/parisc/dino.c
+++ b/drivers/parisc/dino.c
@@ -496,7 +496,6 @@ dino_card_setup(struct pci_bus *bus, voi
list_for_each_safe(ln, tmp_ln, &bus->devices) {
struct pci_dev *dev = pci_dev_b(ln);
- list_del(&dev->global_list);
list_del(&dev->bus_list);
}
Patches currently in gregkh-2.6 which might be from James.Bottomley@HansenPartnership.com are
pci/pci-remove-parisc-consumer-of-the-pci-global_list.patch
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
-
Re: patch pci-remove-parisc-consumer-of-the-pci-global_list.patch added to gregkh-2.6 tree
On Wed, Feb 20, 2008 at 02:25:02PM -0800, gregkh@suse.de wrote:
>
> This is a note to let you know that I've just added the patch titled
>
> Subject: PCI: remove parisc consumer of the pci global_list
>
Thanks for finding this, both of you. Probably saves me some heartaches
for 2.6.26-rc1. 
cheers, Kyle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/