Patch from Anders Blomdell: remove result printout for AI INSN_READ.
authorIan Abbott <abbotti@mev.co.uk>
Wed, 1 Oct 2008 16:11:21 +0000 (16:11 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 1 Oct 2008 16:11:21 +0000 (16:11 +0000)
comedi/drivers/addi-data/hwdrv_apci3xxx.c

index 57e8060e49937a5588fca3ad3adc50f1135a4da0..6d34a69ea622fe40e20830a2c80fefe88c77f58f 100755 (executable)
@@ -585,7 +585,6 @@ int i_APCI3XXX_InsnReadAnalogInput(comedi_device * dev,
                printk("Operating mode not configured\n");
                i_ReturnValue = -1;
        }
-       printk("%x\n", i_ReturnValue);
        return (i_ReturnValue);
 }