commit | ce1acda61617d3ab02087f97a6b073b460399e32 | [log] [tgz] |
---|---|---|
author | Thara Gopinath <thara.gopinath@linaro.org> | Fri Jul 14 13:15:47 2017 -0400 |
committer | Lisa Nguyen <lisa.nguyen@linaro.org> | Tue Sep 19 12:58:06 2017 -0700 |
tree | 65868d31bcad99edff6eeb3a38ec76fcbddf66b4 | |
parent | 569054ea21aee41d84e9b864c0c381ab9b988541 [diff] |
Correct the format type for reading in regulator data Some of the regulator info were being read in as an integer to a character buffer which was causing the info to be garbled and wrong. This patch fixes the issue by reading in the info as a string and then converting it into integer. Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>