summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mfd
diff options
context:
space:
mode:
authorPan Bian <bianpan2016@163.com>2017-04-23 20:29:24 +0800
committerLee Jones <lee.jones@linaro.org>2017-04-27 11:54:47 +0100
commitdb43b8d04d7a9fa0ac18db6de2c4741dcefbcc0b (patch)
tree504f821a38accd78c5853d95ecde08e432e740c2 /Documentation/devicetree/bindings/mfd
parentd1f4f01a994b13e7cc3d682b816de7fc7e3463d9 (diff)
downloadop-kernel-dev-db43b8d04d7a9fa0ac18db6de2c4741dcefbcc0b.zip
op-kernel-dev-db43b8d04d7a9fa0ac18db6de2c4741dcefbcc0b.tar.gz
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 'Documentation/devicetree/bindings/mfd')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud