commit | 679c038f544e46803d4fce16636747c3e77af4f1 | [log] [tgz] |
---|---|---|
author | Markus Pargmann <mpa@pengutronix.de> | Mon Nov 03 19:12:07 2014 +0100 |
committer | Mark Brown <broonie@kernel.org> | Fri Nov 07 11:30:25 2014 +0000 |
tree | 01269633f8d42314242a83203521b7d2bc0db94a | |
parent | 2454f8d15cf75781a2714e99badbfbc2f5a7dacb [diff] |
regulator: tps65090: Fix gpio initialization The config is used for multiple regulators within a for loop. The config field is not cleared before it is used for the next item. To avoid any issues this patch adds a proper initialization for the config->ena_gpio field in case no gpio is available. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Mark Brown <broonie@kernel.org>