staging: comedi: comedi_fc: use comedi_bytes_per_scan()
authorIan Abbott <abbotti@mev.co.uk>
Mon, 15 Sep 2014 12:45:58 +0000 (13:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Sep 2014 22:55:31 +0000 (15:55 -0700)
commit55deb39b1290df023b23273a4c541784c6570098
treec792c2065f4e4bd6c3791424e89307e4c510d550
parentf146fe63416de7162090a48135d33a2b74a4efcc
staging: comedi: comedi_fc: use comedi_bytes_per_scan()

Since `cfc_bytes_per_scan()` is just an inline function that calls
`comedi_bytes_per_scan()`, 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