projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2523e88
)
got rid of BUG message on buffer overrun, since it isn't really a bug
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 26 May 2003 02:30:38 +0000
(
02:30
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 26 May 2003 02:30:38 +0000
(
02:30
+0000)
in the driver
comedi/drivers/ni_mio_common.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/ni_mio_common.c
b/comedi/drivers/ni_mio_common.c
index a9a5f71be5fdfcd581fa87c0cb3daf5ddf122abc..66229b3139ef429a70ee14775a4e6f358f92f549 100644
(file)
--- a/
comedi/drivers/ni_mio_common.c
+++ b/
comedi/drivers/ni_mio_common.c
@@
-342,7
+342,7
@@
static void mite_handle_a_linkc(struct mite_struct *mite, comedi_device *dev)
nbytes = mite_bytes_transferred(mite, AI_DMA_CHAN);
if( (int)(nbytes - old_alloc_count) > 0 ){
- printk("ni_mio_common:
BUG:
DMA overwrite of free area\n");
+ printk("ni_mio_common: DMA overwrite of free area\n");
ni_ai_reset(dev,s);
async->events |= COMEDI_CB_OVERFLOW;
return;