commit | 40e1d79ee16968bff7b3cf12c65d5740c02be1b6 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Apr 14 12:34:41 2016 +0300 |
committer | Mark Brown <broonie@kernel.org> | Thu Apr 14 14:46:05 2016 +0100 |
tree | 7f7768c27237d018e6999aa544613bcd67e6e7ea | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca [diff] |
regulator: lp3971: Silence uninitialized variable warning This is harmless but if lp3971_i2c_read() fails then "tmp" can be uninitialized. Silence the warning by moving the error handling up a line. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mark Brown <broonie@kernel.org>