disable debugging code
authorFrank Mori Hess <fmhess@speakeasy.net>
Thu, 20 Feb 2003 01:50:12 +0000 (01:50 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Thu, 20 Feb 2003 01:50:12 +0000 (01:50 +0000)
comedi/drivers/gsc_hpdi.c

index 2017199d5e349a152844dabccce10dccaaa7acca..1bd3413459a579335319b6b6c1736a9612e27aaa 100644 (file)
@@ -61,8 +61,8 @@ static int hpdi_cancel( comedi_device *dev, comedi_subdevice *s );
 static void handle_interrupt(int irq, void *d, struct pt_regs *regs);
 static int dio_config_block_size( comedi_device *dev, lsampl_t *data );
 
-//#undef HPDI_DEBUG    // disable debugging messages
-#define HPDI_DEBUG     // enable debugging code
+#undef HPDI_DEBUG      // disable debugging messages
+//#define HPDI_DEBUG   // enable debugging code
 
 #ifdef HPDI_DEBUG
 #define DEBUG_PRINT(format, args...)  rt_printk(format , ## args )