diff options
Diffstat (limited to 'drivers/pci/hotplug/acpiphp_ibm.c')
-rw-r--r-- | drivers/pci/hotplug/acpiphp_ibm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp_ibm.c b/drivers/pci/hotplug/acpiphp_ibm.c index a9d926b7d805..e7be66dbac21 100644 --- a/drivers/pci/hotplug/acpiphp_ibm.c +++ b/drivers/pci/hotplug/acpiphp_ibm.c | |||
@@ -406,7 +406,6 @@ static acpi_status __init ibm_find_acpi_device(acpi_handle handle, | |||
406 | __func__, status); | 406 | __func__, status); |
407 | return retval; | 407 | return retval; |
408 | } | 408 | } |
409 | info->hardware_id.string[sizeof(info->hardware_id.length) - 1] = '\0'; | ||
410 | 409 | ||
411 | if (info->current_status && (info->valid & ACPI_VALID_HID) && | 410 | if (info->current_status && (info->valid & ACPI_VALID_HID) && |
412 | (!strcmp(info->hardware_id.string, IBM_HARDWARE_ID1) || | 411 | (!strcmp(info->hardware_id.string, IBM_HARDWARE_ID1) || |