From a41ad03769cff17db24f5db45efaaa76e9749a98 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 23 Mar 2001 23:37:03 +0000 Subject: [PATCH] replaced free_irq() for RTL --- comedi/rt_pend_tq/rt_pend_tq.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/comedi/rt_pend_tq/rt_pend_tq.c b/comedi/rt_pend_tq/rt_pend_tq.c index 5f7eef97..192b4009 100644 --- 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 } -- 2.26.2