Staging: comedi: Remove parens around return values
[safe/jmp/linux-2.6] / drivers / staging / comedi / drivers / addi-data / hwdrv_apci2032.c
index 6069894..ec81708 100644 (file)
@@ -290,7 +290,7 @@ int i_APCI2032_WriteDigitalOutput(struct comedi_device *dev, struct comedi_subde
                        return -EINVAL;
                }               /* if else data[3]==1) */
        }                       /* if else data[3]==0) */
-       return (insn->n);;
+       return insn->n;
 }
 
 /*