diff options
author | Len Brown <len.brown@intel.com> | 2007-08-25 01:40:27 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-08-25 01:40:27 -0400 |
commit | a4fd4946214fae86610b989c47e5ae762cc96ddb (patch) | |
tree | 67ae652556f3b0eb785ffb1a2d793996886052f5 /drivers/pci | |
parent | a3a1b26e79db743c3289632238cd5f930f91bf27 (diff) | |
parent | 5e1f198bbfcffa1e3b9091b4ca7032c2d07fde81 (diff) |
Pull misc into release branch
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/hotplug/acpiphp_ibm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp_ibm.c b/drivers/pci/hotplug/acpiphp_ibm.c index 70db38c0ced9..80544d87437b 100644 --- a/drivers/pci/hotplug/acpiphp_ibm.c +++ b/drivers/pci/hotplug/acpiphp_ibm.c @@ -399,7 +399,7 @@ static acpi_status __init ibm_find_acpi_device(acpi_handle handle, status = acpi_get_object_info(handle, &info_buffer); if (ACPI_FAILURE(status)) { - err("%s: Failed to get device information", __FUNCTION__); + err("%s: Failed to get device information\n", __FUNCTION__); return 0; } info.hardware_id.value[sizeof(info.hardware_id.value) - 1] = '\0'; |