commit | dfe819858656786047697569572dacc011e663b3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 18 12:01:06 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 06 20:45:28 2018 -0400 |
tree | 4c0c2281eb94a6582fdb67c179241fb21f67cd11 | |
parent | 8717e925a896b3bbdfb323d8f599207074161ac0 [diff] |
regulator: pbias: don't evaluate variable before assignment We should not evaluate the value of reg before its value is set. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>