diff options
| -rw-r--r-- | drivers/soc/qcom/dcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/dcc.c b/drivers/soc/qcom/dcc.c index 7f6bfd1e15a5..e02cf7dc77d2 100644 --- a/drivers/soc/qcom/dcc.c +++ b/drivers/soc/qcom/dcc.c @@ -159,7 +159,7 @@ static int __dcc_ll_cfg(struct dcc_drvdata *drvdata) int ret = 0; uint32_t sram_offset = 0; uint32_t prev_addr, addr; - uint32_t prev_off, off; + uint32_t prev_off = 0, off; uint32_t link; uint32_t pos; struct dcc_config_entry *entry; |
