staging: comedi: ni_labpc: pass ai scan mode through various functions
commit6f73fbcec27be8b074555e18d9f50c3013e4d802
authorIan Abbott <abbotti@mev.co.uk>
Wed, 19 Sep 2012 18:37:37 +0000 (19 19:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Sep 2012 16:29:53 +0000 (21 09:29 -0700)
tree5aed61214370749969876c145378036bff5cb441
parent5743aaac2938eb841e14879b0f73afb7fca6f0ad
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>
drivers/staging/comedi/drivers/ni_labpc.c