From 871bb8b7d2b17e1d57ee70702409179ff02a6372 Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 29 Apr 2021 19:58:46 +0200 Subject: [PATCH] Initialized the ht386 variable. --- src/chipset/headland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chipset/headland.c b/src/chipset/headland.c index 464a3326d..bf2332c46 100644 --- a/src/chipset/headland.c +++ b/src/chipset/headland.c @@ -587,7 +587,7 @@ static void * headland_init(const device_t *info) { headland_t *dev; - int ht386; + int ht386 = 0; uint32_t i; dev = (headland_t *) malloc(sizeof(headland_t));