]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: adl_pci9118: rename setup_channel_list()
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 9 Sep 2014 20:05:44 +0000 (13:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Sep 2014 21:34:25 +0000 (14:34 -0700)
commitec9315d15ac3ba8e633c54f076a71dc13db9a48e
treef088a77301bc21e0956d0470cfcc12413abb149e
parentbcc8de5b7c772ab644c8472f45371380947cd8d2
staging: comedi: adl_pci9118: rename setup_channel_list()

Rename this function so it has namespace associated with the driver.

Also, this function always succeeds. Change the return type to void
and remove the unnecessary error handling by the callers.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/adl_pci9118.c