From: Thomas Gleixner Date: Sat, 23 Jul 2011 15:51:38 +0000 (+0000) Subject: Blackfin: H8606: fixup bogus ioresource init X-Git-Tag: v3.2-rc1~153^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b654176aa15e06b81f26416654b9cd91bd9601;p=pandora-kernel.git Blackfin: H8606: fixup bogus ioresource init IRQF_SHARED is not part of the IORESOURCE_IRQ bits. It's expressed by IORESOURCE_IRQ_SHAREABLE. IORESOURCE_IRQ_HIGHEDGE and IRQF_TRIGGER_HIGH are contradicting values, an interrupt can hardly be configured for both level and edge at the same time. This was introduced in commit 45138439(Blackfin arch: flash memory map and dm9000 resources updating) of course without any hint in the changelog what the heck this is supposed to do. Acked-by: Javier Herrero Signed-off-by: Thomas Gleixner Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed