aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/dma/qcom/hidma_mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/qcom/hidma_mgmt.c b/drivers/dma/qcom/hidma_mgmt.c
index c45e244b2d99..7335e2eb9b72 100644
--- a/drivers/dma/qcom/hidma_mgmt.c
+++ b/drivers/dma/qcom/hidma_mgmt.c
@@ -358,7 +358,7 @@ static int __init hidma_mgmt_of_populate_channels(struct device_node *np)
358 struct platform_device_info pdevinfo; 358 struct platform_device_info pdevinfo;
359 struct of_phandle_args out_irq; 359 struct of_phandle_args out_irq;
360 struct device_node *child; 360 struct device_node *child;
361 struct resource *res; 361 struct resource *res = NULL;
362 const __be32 *cell; 362 const __be32 *cell;
363 int ret = 0, size, i, num; 363 int ret = 0, size, i, num;
364 u64 addr, addr_size; 364 u64 addr, addr_size;