From: Dmitry Torokhov Date: Fri, 14 Nov 2014 22:16:42 +0000 (-0800) Subject: irqchip: brcmstb-l2: Fix error handling of irq_of_parse_and_map X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~53^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d99ba4465a08138966083d6c256b2f66e85a5095;p=pandora-kernel.git irqchip: brcmstb-l2: Fix error handling of irq_of_parse_and_map Return value of irq_of_parse_and_map() is unsigned int, with 0 indicating failure, so testing for negative result never works. Signed-off-by: Dmitry Torokhov Acked-by: Florian Fainelli Tested-by: Kevin Cernekee Link: https://lkml.kernel.org/r/20141114221642.GA37468@dtor-ws Signed-off-by: Jason Cooper --- Reading git-diff-tree failed