diff options
Diffstat (limited to 'arch/x86/kernel/acpi/boot.c')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 057ccf1d5ad4..977ed5cdeaa3 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -697,10 +697,6 @@ static int __init acpi_parse_hpet(struct acpi_table_header *table) | |||
697 | #define HPET_RESOURCE_NAME_SIZE 9 | 697 | #define HPET_RESOURCE_NAME_SIZE 9 |
698 | hpet_res = alloc_bootmem(sizeof(*hpet_res) + HPET_RESOURCE_NAME_SIZE); | 698 | hpet_res = alloc_bootmem(sizeof(*hpet_res) + HPET_RESOURCE_NAME_SIZE); |
699 | 699 | ||
700 | if (!hpet_res) | ||
701 | return 0; | ||
702 | |||
703 | memset(hpet_res, 0, sizeof(*hpet_res)); | ||
704 | hpet_res->name = (void *)&hpet_res[1]; | 700 | hpet_res->name = (void *)&hpet_res[1]; |
705 | hpet_res->flags = IORESOURCE_MEM; | 701 | hpet_res->flags = IORESOURCE_MEM; |
706 | snprintf((char *)hpet_res->name, HPET_RESOURCE_NAME_SIZE, "HPET %u", | 702 | snprintf((char *)hpet_res->name, HPET_RESOURCE_NAME_SIZE, "HPET %u", |