projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbaff50
)
replaced free_irq() for RTL
author
David Schleef
<ds@schleef.org>
Fri, 23 Mar 2001 23:37:03 +0000
(23:37 +0000)
committer
David Schleef
<ds@schleef.org>
Fri, 23 Mar 2001 23:37:03 +0000
(23:37 +0000)
comedi/rt_pend_tq/rt_pend_tq.c
patch
|
blob
|
history
diff --git
a/comedi/rt_pend_tq/rt_pend_tq.c
b/comedi/rt_pend_tq/rt_pend_tq.c
index 5f7eef978dc0ce09ae8f2618172444dc029423b2..192b40094626b1cdcb7ee881404b0e88c0370b89 100644
(file)
--- a/
comedi/rt_pend_tq/rt_pend_tq.c
+++ b/
comedi/rt_pend_tq/rt_pend_tq.c
@@
-87,5
+87,8
@@
void rt_pend_tq_cleanup(void)
#ifdef CONFIG_COMEDI_RTAI
rt_free_srq(rt_pend_tq_irq);
#endif
+#ifdef CONFIG_COMEDI_RTL
+ free_irq(rt_pend_tq_irq,NULL);
+#endif
}