]> git.neil.brown.name Git - history.git/commit
[PATCH] pcnet32: added pci_disable_device
authorDon Fry <brazilnut@us.ibm.com>
Wed, 24 Nov 2004 10:23:30 +0000 (05:23 -0500)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 24 Nov 2004 10:23:30 +0000 (05:23 -0500)
commitf9b451bd3580affa01b212c9fa77582a7a028c91
tree187dd20b9b8e6fcfa028475e56714da27a965a58
parent93729b3da82f1dbcd97b9816dda72bf2a58140fd
[PATCH] pcnet32: added pci_disable_device

This patch adds pci_disable_device in the appropriate places to
eliminate the following message when removing the module.

pcnet32 0000:00:05.0: Device was removed without properly calling pci_disable_device(). This may need fixing.
pcnet32 0000:02:05.0: Device was removed without properly calling pci_disable_device(). This may need fixing.

Tested ia32.

signed-off-by: Don Fry <brazilnut@us.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/pcnet32.c