2008/12/26 Thomas Petazzoni <thomas.petazz...@free-electrons.com>:
> 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;

Thanks a lot! It was the dev_id argument which was wrong.

--
Denis

Reply via email to