diff options
Diffstat (limited to 'drivers/acpi/tables/tbxface.c')
-rw-r--r-- | drivers/acpi/tables/tbxface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/tables/tbxface.c b/drivers/acpi/tables/tbxface.c index 807978d5381a..81937003fd53 100644 --- a/drivers/acpi/tables/tbxface.c +++ b/drivers/acpi/tables/tbxface.c | |||
@@ -408,7 +408,7 @@ acpi_get_table(char *signature, | |||
408 | } | 408 | } |
409 | 409 | ||
410 | if (!acpi_gbl_permanent_mmap) { | 410 | if (!acpi_gbl_permanent_mmap) { |
411 | acpi_gbl_root_table_list.tables[i].pointer = 0; | 411 | acpi_gbl_root_table_list.tables[i].pointer = NULL; |
412 | } | 412 | } |
413 | 413 | ||
414 | return (status); | 414 | return (status); |