]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PCI Hotplug: fix compiler warning in acpiphp driver
authorGreg Kroah-Hartman <greg@kroah.com>
Wed, 10 Mar 2004 06:23:37 +0000 (22:23 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 10 Mar 2004 06:23:37 +0000 (22:23 -0800)
drivers/pci/hotplug/acpiphp_pci.c

index b1a338ba7bd473b1b6a89d0658962b9e81481018..5febef3a0796eeb093c36fdf90a370b5f8f5b3f9 100644 (file)
@@ -488,7 +488,6 @@ int acpiphp_configure_function (struct acpiphp_func *func)
 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)