diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-08-03 21:12:49 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-03 21:12:48 -0700 |
| commit | 99295a318f74e036f44a76ff37fd982d712c030c (patch) | |
| tree | 6c0737390daaaf409adc4d4047803af14d004747 | |
| parent | bb61ebf65458d9dd2cb00a942d88ff8cf686544a (diff) | |
| parent | 4308d331f46450febdf04b3cacd01d3c6d683f27 (diff) | |
Merge "soc: qcom: gladiator_erp_v2: initialize return value"
| -rw-r--r-- | drivers/soc/qcom/gladiator_erp_v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/gladiator_erp_v2.c b/drivers/soc/qcom/gladiator_erp_v2.c index 20bb97f1fb16..25c7bd77ae96 100644 --- a/drivers/soc/qcom/gladiator_erp_v2.c +++ b/drivers/soc/qcom/gladiator_erp_v2.c @@ -758,7 +758,7 @@ static int gladiator_erp_pm_callback(struct notifier_block *nb, static int gladiator_erp_v2_probe(struct platform_device *pdev) { - int ret; + int ret = -1; struct msm_gladiator_data *msm_gld_data; msm_gld_data = devm_kzalloc(&pdev->dev, |
