staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer()
authorIan Abbott <abbotti@mev.co.uk>
Mon, 15 Sep 2014 12:46:04 +0000 (13:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Sep 2014 22:55:31 +0000 (15:55 -0700)
commitaf2c6a8a2429dd40555a9efd4f286eca2ab9add0
treecd7d641ab5524ad75edd15a829e350f85b3c7fdb
parentea29c1d563a4d57db1c2955c22468a0947f110b0
staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer()

Since `cfc_write_array_to_buffer()` is just an inline function that
calls `comedi_write_array_to_buffer()`, replace calls to the former to
the latter in the "comedi_fc.h" header.  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/comedi_buf.c
drivers/staging/comedi/drivers/comedi_fc.h