From: Grant Likely Date: Fri, 1 Nov 2013 17:50:50 +0000 (-0700) Subject: of/irq: Fix bug in interrupt parsing refactor. X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~9^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78119fd1068cc068f6112a57a5f6de0e5b20245a;p=pandora-kernel.git of/irq: Fix bug in interrupt parsing refactor. Commit 2361613206e6, "of/irq: Refactor interrupt-map parsing" introduced a bug. The irq parsing will fail for some nodes that don't have a reg property. It is fixed by deferring the check for reg until it is actually needed. Also adjust the testcase data to catch the bug. Signed-off-by: Grant Likely Tested-by: Stephen Warren Tested-by: Ming Lei Tested-by: Stephen Warren Cc: Rob Herring --- Reading git-diff-tree failed