summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/clk-spmi-pmic-div.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/qcom/clk-spmi-pmic-div.c')
-rw-r--r--drivers/clk/qcom/clk-spmi-pmic-div.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/clk/qcom/clk-spmi-pmic-div.c b/drivers/clk/qcom/clk-spmi-pmic-div.c
index 8672ab84746f7..c90dfdd6c147f 100644
--- a/drivers/clk/qcom/clk-spmi-pmic-div.c
+++ b/drivers/clk/qcom/clk-spmi-pmic-div.c
@@ -239,8 +239,7 @@ static int spmi_pmic_clkdiv_probe(struct platform_device *pdev)
if (!nclks)
return -EINVAL;
- cc = devm_kzalloc(dev, sizeof(*cc) + sizeof(*cc->clks) * nclks,
- GFP_KERNEL);
+ cc = devm_kzalloc(dev, struct_size(cc, clks, nclks), GFP_KERNEL);
if (!cc)
return -ENOMEM;
cc->nclks = nclks;