commit | 8d688377867410428b21789e815f28a4631ee8f5 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Mon Mar 18 17:19:08 2013 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 25 11:30:06 2013 -0700 |
tree | 303a76ece70ca6188a7f7b4ee2408fa200d916e4 | |
parent | 5afb56cda90c100e6f9d62747d1b8cf94d0936a4 [diff] |
staging: comedi: amplc_dio200: refactor dio200_handle_read_intr() Refactor `dio200_handle_read_intr()` to fix checkpatch warning about too many leading tabs. Factor out the part that puts the scan data into the asynchronous command data buffer and checks for end of acquisition into new function `dio200_read_scan_intr()`. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>