staging: comedi: hwdrv_apci3120: remove void function return statement

Returns at the end of void functions are useless.  Remove this one.

Signed-off-by: Chase Southwood <chase.southwood@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Chase Southwood 2014-09-10 01:04:42 -05:00 committed by Greg Kroah-Hartman
parent bfc81c4a22
commit d699f10766

View File

@ -1598,8 +1598,6 @@ static void apci3120_interrupt(int irq, void *d)
}
}
return;
}
/*