aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorAxel Lin <[email protected]>2012-07-04 11:55:07 +0800
committerMark Brown <[email protected]>2012-07-04 12:39:38 +0100
commit9c6a74c5e0ca3bfac09cb1e7bf7629cc0f3aa48c (patch)
treec5c1d04ce47081ca27aaf1dac9d2a50532bb7bf5 /tools/perf/scripts/python/syscall-counts.py
parentfca53d862dcbddaa9db017b70a64392da8c20bce (diff)
regulator: ad5398: Fix min/max current limit boundary checking
It is ok to request current limit with min_uA < chip->min_uA and max_uA > chip->max_uA. We need to set min_uA = chip->min_uA if (min_uA < chip->min_uA), this ensures the equation to calcuate selator does not return negative number. Also set max_uA = chip->max_uA if (max_uA > chip->max_uA), as suggested by Sonic. Signed-off-by: Axel Lin <[email protected]> Acked-by: Sonic Zhang <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions