diff options
Diffstat (limited to 'drivers/acpi/acpi_watchdog.c')
-rw-r--r-- | drivers/acpi/acpi_watchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpi_watchdog.c b/drivers/acpi/acpi_watchdog.c index bf22c29d2517..11b113f8e367 100644 --- a/drivers/acpi/acpi_watchdog.c +++ b/drivers/acpi/acpi_watchdog.c | |||
@@ -66,7 +66,7 @@ void __init acpi_watchdog_init(void) | |||
66 | for (i = 0; i < wdat->entries; i++) { | 66 | for (i = 0; i < wdat->entries; i++) { |
67 | const struct acpi_generic_address *gas; | 67 | const struct acpi_generic_address *gas; |
68 | struct resource_entry *rentry; | 68 | struct resource_entry *rentry; |
69 | struct resource res; | 69 | struct resource res = {}; |
70 | bool found; | 70 | bool found; |
71 | 71 | ||
72 | gas = &entries[i].register_region; | 72 | gas = &entries[i].register_region; |