]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: comedi_fc: use comedi_inc_scan_progress()
authorIan Abbott <abbotti@mev.co.uk>
Mon, 15 Sep 2014 12:46:00 +0000 (13:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Sep 2014 22:55:31 +0000 (15:55 -0700)
commitb7f546e7dd52e3109f6bce3d6da47229de1c5ca4
tree8ef96acacceafa0e85c27fba97949822f065dd10
parentdc5fa6c31a96b736548b8431db2f9a4bb26404ec
staging: comedi: comedi_fc: use comedi_inc_scan_progress()

Since `cfc_inc_scan_progress()` is just an inline function that calls
`comedi_inc_scan_progress()`, replace calls to the former to the latter
in the "comedi_fc" module.  This is part of the migration of
functionality from the "comedi_fc" module to the core "comedi" module.

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>
drivers/staging/comedi/drivers/comedi_fc.c