From: David S. Miller Date: Mon, 25 Aug 2008 23:44:58 +0000 (-0700) Subject: sparc64: Fix irq_of_parse_and_map() and irq_dispose_mapping(). X-Git-Tag: v2.6.28-rc1~706^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51e0f004a9ab9104acbe323c0b20e0279bf9be85;p=pandora-kernel.git sparc64: Fix irq_of_parse_and_map() and irq_dispose_mapping(). Stephen Rothwell noticed that I committed an earlier version of the patch that didn't have two things fixed: 1) irq_of_parse_and_map() should return "unsigned int" not "int" and it should return zero for "no irq" 2) irq_dispose_mapping() should be an inline function, not a macro, for type checking With feedback and suggestions from Anton Vorontsov. Signed-off-by: David S. Miller --- Reading git-diff-tree failed