ACPI: acpiphp: Remove dmesg spam on device remove
authorGary Hade <garyhade@us.ibm.com>
Tue, 20 Nov 2007 20:19:12 +0000 (12:19 -0800)
committerLen Brown <len.brown@intel.com>
Wed, 21 Nov 2007 00:06:04 +0000 (19:06 -0500)
commit6ce7641b879e4b9ead46e14275d9d3645b47fa63
tree568ef0b834d30d35b96761a4a2de81f24af8b964
parent2ffbb8377c7a0713baf6644e285adc27a5654582
ACPI: acpiphp: Remove dmesg spam on device remove

In cases where acpi_pci_bind() does not
attach device data, acpi_pci_unbind()
complains via an ACPI exception about the missing data when
the device is removed.  For example, acpi_pci_bind() does not
attach data for non-existent device functions so when the device
is removed using the ACPI PCI hotplug driver 'acpiphp' an ACPI
exception is logged for every non-existent function.  This patch
avoids the confusing log messages by removing the unnecessary
ACPI exception.

Signed-off-by: Gary Hade <garyhade@us.ibm.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/pci_bind.c