From: Thomas Gleixner Date: Thu, 4 Aug 2011 08:29:51 +0000 (-0700) Subject: ide: Fix irq flags madness X-Git-Tag: v3.1-rc1~25^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e9aad65ffad96c3a35ff979a61a65761873951;p=pandora-kernel.git ide: Fix irq flags madness commit ec1a123 (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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed