mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 15:50:10 -04:00
staging: comedi: amplc_pci230: checkpatch.pl cleanup (void function return)
Fix the checkpatch.pl warning in this file: WARNING: void function return statements are not generally useful Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ec05d98cec
commit
0a9e58d6e6
@@ -758,7 +758,6 @@ static void pci230_ns_to_single_timer(unsigned int *ns, unsigned int round)
|
||||
|
||||
clk_src = pci230_choose_clk_count(*ns, &count, round);
|
||||
*ns = count * pci230_timebase[clk_src];
|
||||
return;
|
||||
}
|
||||
|
||||
static void pci230_ct_setup_ns_mode(struct comedi_device *dev, unsigned int ct,
|
||||
|
||||
Reference in New Issue
Block a user