]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3615fc79cac5dbb8f3f5e9f6ac9fcc338581e7ea
treecd7d641ab5524ad75edd15a829e350f85b3c7fdb
parent501c3dacc83043a1a7be3c1ca906730da43ba4ef
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