diff options
author | Pan Bian <bianpan2016@163.com> | 2017-04-23 20:29:24 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-04-27 11:54:47 +0100 |
commit | db43b8d04d7a9fa0ac18db6de2c4741dcefbcc0b (patch) | |
tree | 504f821a38accd78c5853d95ecde08e432e740c2 /scripts/gdb/linux/utils.py | |
parent | d1f4f01a994b13e7cc3d682b816de7fc7e3463d9 (diff) |
mfd: intel_soc_pmic_core: Fix unchecked return value
unction devm_regmap_init_i2c() returns an ERR_PTR on errors, and its
return value should be checked before it is dereferenced. However, in
function intel_soc_pmic_i2c_probe(), the return value of function
devm_regmap_init_i2c() is used without validation. This patch fixes it.
Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions