From: Heiko Stuebner Date: Thu, 7 Mar 2013 03:38:16 +0000 (+0900) Subject: ARM: S3C24XX: fix irq parent check X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~47^2~14^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fe3cb1ea5bf382cec946328ee25b233cab45c4d;p=pandora-kernel.git ARM: S3C24XX: fix irq parent check The current parent_irq check checks for a value != 0. This does of course not work when the parent irq sits in the bit 0 of the parent register. This only affects the eint0 interrupt of the s3c2412. To fix this behaviour, check for the presence of a parent_intc in the structure. In an s3c24xx interrupt controller either all interrupts have parent interrupts or none have, so if a parent controller is available the parent_irq value always points to a parent_irq. Signed-off-by: Heiko Stuebner Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed