From: Dan Carpenter Date: Thu, 7 Aug 2014 15:28:21 +0000 (+0300) Subject: irqchip: crossbar: Off by one bugs in init X-Git-Tag: fixes-for-v3.18-merge-window~126^2^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=702f7e36f74254e3e9c013eb969663433885cea7;p=pandora-kernel.git irqchip: crossbar: Off by one bugs in init My static checker complains that the ">" should be ">=" or else we go beyond the end of the cb->irq_map[] array on the next line. Signed-off-by: Dan Carpenter Signed-off-by: Jason Cooper --- Reading git-diff-tree failed