From: Dmitry Torokhov Date: Fri, 14 Nov 2014 22:16:14 +0000 (-0800) Subject: irqchip: bcm7120-l2: Fix error handling of irq_of_parse_and_map X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~53^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=714710e1a2f6528be83d0f1c6cdf1e79a676d234;p=pandora-kernel.git irqchip: bcm7120-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/20141114221614.GA37395@dtor-ws Signed-off-by: Jason Cooper --- Reading git-diff-tree failed