commit | bb8ef9231f9f7ee1dc685ac6b0f2360a4eab0e31 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Mon Sep 01 12:03:59 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 02 11:21:32 2014 -0700 |
tree | 534f5dcbf91dece03a6964e2b24f11c4f392b5a8 | |
parent | 39455e17fa9c453c3671b34ca67d79904fafccb8 [diff] |
staging: comedi: amplc_pci230: change pci230_handle_ao_fifo() return type Change the return type of `pci230_handle_ao_fifo()` from `int` to `bool`. A return value of `true` indicates the AO command is still running. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>