summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2012-09-19 19:37:37 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-21 09:29:53 -0700
commit6f73fbcec27be8b074555e18d9f50c3013e4d802 (patch)
tree5aed61214370749969876c145378036bff5cb441 /tools/perf/scripts/python/sctop.py
parent5743aaac2938eb841e14879b0f73afb7fca6f0ad (diff)
staging: comedi: ni_labpc: pass ai scan mode through various functions
Pass the `enum scan_mode` value calculated by `labpc_ai_scan_mode()` as a parameter to various other functions so they don't have to call it themselves. Amongst others, the affected functions include `labpc_adc_timing()`, `labpc_ai_convert_period()` and `labpc_ai_scan_period()`. `labpc_adc_timing()` calls `labpc_ai_convert_period()` and `labpc_ai_scan_period()` in several places, but the returned values are the same each time, so change it to just call those functions once and re-use the return values. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions