From: Nishanth Menon Date: Thu, 26 Jun 2014 07:10:24 +0000 (+0530) Subject: irqchip: crossbar: Remove IS_ERR_VALUE check X-Git-Tag: omap-for-v3.17/dt-part1~18^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4922a95a70f0c8c5e45e22af629a5b5f370b867;p=pandora-kernel.git irqchip: crossbar: Remove IS_ERR_VALUE check IS_ERR_VALUE makes sense only *if* there could be valid values in negative error range. But in the cases that we do use it, there is no such case. Just remove the same. Signed-off-by: Nishanth Menon Signed-off-by: Sricharan R Acked-by: Santosh Shilimkar Link: https://lkml.kernel.org/r/1403766634-18543-7-git-send-email-r.sricharan@ti.com Signed-off-by: Jason Cooper --- Reading git-diff-tree failed