projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e9c02
)
Last remnant of trig[0]. Calls emulation function directly.
author
David Schleef
<ds@schleef.org>
Sun, 27 May 2001 23:16:18 +0000
(23:16 +0000)
committer
David Schleef
<ds@schleef.org>
Sun, 27 May 2001 23:16:18 +0000
(23:16 +0000)
comedi/trig.c
patch
|
blob
|
history
diff --git
a/comedi/trig.c
b/comedi/trig.c
index b741c2401a0f2da96b5937f4a0cf54f49b07fc65..1465f7c27b02e33f65bd894e930817aaffdfee0b 100644
(file)
--- a/
comedi/trig.c
+++ b/
comedi/trig.c
@@
-202,7
+202,7
@@
static int do_trig_ioctl_mode0(comedi_device *dev,comedi_subdevice *s,comedi_tri
}
}
- ret
=s->trig[0]
(dev,s,&s->cur_trig);
+ ret
= mode0_emulate
(dev,s,&s->cur_trig);
if(ret<0)goto cleanup;