diff options
author | Axel Lin <[email protected]> | 2015-06-18 08:50:39 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2015-06-19 16:28:17 +0100 |
commit | 419d06a1cf58d9b99b25b5f578418b80070043a3 (patch) | |
tree | 41f0419998d2d4d88905bf9cd04c166ca1d71beb /scripts/gdb/linux/modules.py | |
parent | 9b2dfee3954e0b38a6a1b5305edd375defa8ad97 (diff) |
regulator: qcom_spmi: Fix calculating number of voltages
n /= range->step_uV + 1; is equivalent to n /= (range->step_uV + 1);
which is wrong. Fix it.
Signed-off-by: Axel Lin <[email protected]>
Acked-by: Stephen Boyd <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions