aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--product/corstone-700/module/log/src/mod_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/product/corstone-700/module/log/src/mod_log.c b/product/corstone-700/module/log/src/mod_log.c
index a9daaa0..8c385a4 100644
--- a/product/corstone-700/module/log/src/mod_log.c
+++ b/product/corstone-700/module/log/src/mod_log.c
@@ -327,7 +327,7 @@ static int log_init(fwk_id_t module_id, unsigned int element_count,
static int log_bind(fwk_id_t id, unsigned int round)
{
int status;
- struct mod_log_driver_api *driver;
+ struct mod_log_driver_api *driver = NULL;
/* Skip second round */
if (round == 1)