Input: remove IRQF_DISABLED from drivers
This flag is a NOOP and can be removed now. Signed-off-by: Yong Zhang <yong.zhang0@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:

committed by
Dmitry Torokhov

parent
5d7e7d4798
commit
ec4665c46b
@@ -183,7 +183,7 @@ static int __devinit pxa930_trkball_probe(struct platform_device *pdev)
|
||||
/* held the module in reset, will be enabled in open() */
|
||||
pxa930_trkball_disable(trkball);
|
||||
|
||||
error = request_irq(irq, pxa930_trkball_interrupt, IRQF_DISABLED,
|
||||
error = request_irq(irq, pxa930_trkball_interrupt, 0,
|
||||
pdev->name, trkball);
|
||||
if (error) {
|
||||
dev_err(&pdev->dev, "failed to request irq: %d\n", error);
|
||||
|
Reference in New Issue
Block a user