]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iio: ms65611_core: Fixes dereferencing regulator pointer
authorCrt Mori <cmo@melexis.com>
Fri, 14 Oct 2016 13:43:14 +0000 (15:43 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 23 Oct 2016 18:33:50 +0000 (19:33 +0100)
commit3f5def652f6609dd1981be8283de155f15a3df48
treec2fc7040f4bf98db472585799c36fc6b9ea36ab5
parentd5d4602e040538b56e6fbedcc8542dce7e2352d3
iio: ms65611_core: Fixes dereferencing regulator pointer

Change in handling of the regulator description means that static
checkers correctly assume we could be using dereferenced pointer to the
regulator. In reality we will never get the -ENODEV error, as current
behavior flow does not predict it, because:
If the device tree or board file does not define suitable regulators for
the component, it will be substituted by a dummy regulator, or, if
regulators are disabled altogether, by stubs.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Suggested-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Crt Mori <cmo@melexis.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/pressure/ms5611_core.c