Le Fri, 26 Dec 2008 15:44:28 +0300,
"Denis Borisevich" <dennis...@gmail.com> a écrit :

> When I call request_irq() with IRQF_SHARED as an argument I get
> -EINVAL. Any ideas?

In request_irq():

        if ((irqflags & IRQF_SHARED) && !dev_id)
                return -EINVAL;

Sincerly,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to