[PATCH 03/11] staging: comedi: add comedi_inc_scan_progress()

Hartley Sweeten HartleyS at visionengravers.com
Mon Sep 15 18:14:29 UTC 2014


On Monday, September 15, 2014 5:46 AM, Ian Abbott wrote:
> The "comedi_fc" module contains a few functions useful to Comedi
> drivers.  Their functionality is being migrated to the core "comedi"
> module and renamed to start with the prefix `comedi_`.  As part of this
> migration, move `cfc_inc_scan_progress()` into the core comedi module
> and rename it to `comedi_inc_scan_progress()`.  Change the external
> declaration of `cfc_inc_scan_progress()` into an inline function that
> calls `comedi_inc_scan_progress()`.
>
> Signed-off-by: Ian Abbott <abbotti at mev.co.uk>
> ---
>  drivers/staging/comedi/comedidev.h         |  2 ++
>  drivers/staging/comedi/drivers.c           | 24 ++++++++++++++++++++++++
>  drivers/staging/comedi/drivers/comedi_fc.c | 13 -------------
>  drivers/staging/comedi/drivers/comedi_fc.h |  6 +++++-
>  4 files changed, 31 insertions(+), 14 deletions(-)

Again, I think this function should be in comedi_buf.

Regards,
Hartley



More information about the devel mailing list