From 89e9aad65ffad96c3a35ff979a61a65761873951 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 4 Aug 2011 01:29:51 -0700 Subject: [PATCH] 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-format-patch failed