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)
commit1c38d6f22a4b0d5128b5ef2c2930f2c96ff37fe8
tree8ef96acacceafa0e85c27fba97949822f065dd10
parent2b4e1f632478f43bda1b38e04e0d740980fff1f3
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