diff options
Diffstat (limited to 'drivers/pci/hotplug/acpiphp_ibm.c')
-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, | |||
399 | 399 | ||
400 | status = acpi_get_object_info(handle, &info_buffer); | 400 | status = acpi_get_object_info(handle, &info_buffer); |
401 | if (ACPI_FAILURE(status)) { | 401 | if (ACPI_FAILURE(status)) { |
402 | err("%s: Failed to get device information", __FUNCTION__); | 402 | err("%s: Failed to get device information\n", __FUNCTION__); |
403 | return 0; | 403 | return 0; |
404 | } | 404 | } |
405 | info.hardware_id.value[sizeof(info.hardware_id.value) - 1] = '\0'; | 405 | info.hardware_id.value[sizeof(info.hardware_id.value) - 1] = '\0'; |