]> git.baikalelectronics.ru Git - kernel.git/commit
ide: Fix irq flags madness
authorThomas Gleixner <tglx@linutronix.de>
Thu, 4 Aug 2011 08:29:51 +0000 (01:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Aug 2011 08:29:51 +0000 (01:29 -0700)
commitf8344f3779317039aff2a1757d33830184133ea8
tree8197ad0688a895fa190b4e03a975610b41b4d583
parente41c8904ac91aa4f52fc9ee2326e8c64b00b8cd1
ide: Fix irq flags madness

commit 0eaf4d0 (IDE: pass IRQ flags to the IDE core) introduced the
bogosity of passing unfiltered resource->flags to the irq_flags which
are used for request_irq. It results in random bits set (especially
IORESOURCE_IRQ which maps to IRQF_PER_CPU).

Filter the bits proper.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ide/ide_platform.c