commit | a181c1c702aea397b382aa5b11ebe04648b733e5 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@samsung.com> | Tue Jun 24 13:54:43 2014 +0530 |
committer | Mark Brown <broonie@linaro.org> | Tue Jun 24 16:09:44 2014 +0100 |
tree | 0866ab55c73b0df6956c68abdf91cb3a9427882f | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f [diff] |
regulator: as3722: Fix incorrect parameter initialization 'name' field was re-initialized and getting overwritten in some cases possibly due to a typo. Code inspection says the second time it should be 'sname' instead of 'name'. Replace it. Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>