From: Gary Hade Date: Tue, 20 Nov 2007 20:19:12 +0000 (-0800) Subject: ACPI: acpiphp: Remove dmesg spam on device remove X-Git-Tag: v2.6.24-rc6~73^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce7641b879e4b9ead46e14275d9d3645b47fa63;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed