Re: [PATCH] PCI and PCI Hotplug fixes for 2.6.5-rc1

From: Greg KH
Date: Fri Mar 19 2004 - 18:44:36 EST


ChangeSet 1.1608.97.4, 2004/03/10 14:23:37-08:00, greg@xxxxxxxxx

[PATCH] PCI Hotplug: fix compiler warning in acpiphp driver


drivers/pci/hotplug/acpiphp_pci.c | 1 -
1 files changed, 1 deletion(-)


diff -Nru a/drivers/pci/hotplug/acpiphp_pci.c b/drivers/pci/hotplug/acpiphp_pci.c
--- a/drivers/pci/hotplug/acpiphp_pci.c Fri Mar 19 15:21:21 2004
+++ b/drivers/pci/hotplug/acpiphp_pci.c Fri Mar 19 15:21:21 2004
@@ -488,7 +488,6 @@
void acpiphp_unconfigure_function (struct acpiphp_func *func)
{
struct acpiphp_bridge *bridge;
- int retval = 0;

/* if pci_dev is NULL, ignore it */
if (!func->pci_dev)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/