projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2541f4c
)
disable debugging code
author
Frank Mori Hess
<fmhess@speakeasy.net>
Thu, 20 Feb 2003 01:50:12 +0000
(
01:50
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Thu, 20 Feb 2003 01:50:12 +0000
(
01:50
+0000)
comedi/drivers/gsc_hpdi.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/gsc_hpdi.c
b/comedi/drivers/gsc_hpdi.c
index 2017199d5e349a152844dabccce10dccaaa7acca..1bd3413459a579335319b6b6c1736a9612e27aaa 100644
(file)
--- a/
comedi/drivers/gsc_hpdi.c
+++ b/
comedi/drivers/gsc_hpdi.c
@@
-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 )