aboutsummaryrefslogtreecommitdiff
path: root/module/timer/src/mod_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/timer/src/mod_timer.c')
-rw-r--r--module/timer/src/mod_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/timer/src/mod_timer.c b/module/timer/src/mod_timer.c
index 51789d92..a4183276 100644
--- a/module/timer/src/mod_timer.c
+++ b/module/timer/src/mod_timer.c
@@ -559,7 +559,7 @@ static int timer_bind(fwk_id_t id, unsigned int round)
{
int status;
struct dev_ctx *ctx;
- struct mod_timer_driver_api *driver;
+ struct mod_timer_driver_api *driver = NULL;
unsigned int driver_module_idx;
/* Nothing to do after the initial round. */