staging: comedi: hwdrv_apci3120: remove void function return statement
authorChase Southwood <chase.southwood@gmail.com>
Wed, 10 Sep 2014 06:04:42 +0000 (01:04 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Sep 2014 21:36:06 +0000 (14:36 -0700)
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>
drivers/staging/comedi/drivers/addi-data/hwdrv_apci3120.c

index c6103a6..2950815 100644 (file)
@@ -1598,8 +1598,6 @@ static void apci3120_interrupt(int irq, void *d)
                }
 
        }
-
-       return;
 }
 
 /*