]> git.karo-electronics.de Git - karo-tx-linux.git/commit
irqchip: crossbar: Off by one bugs in init
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 7 Aug 2014 15:28:21 +0000 (18:28 +0300)
committerJason Cooper <jason@lakedaemon.net>
Mon, 18 Aug 2014 11:48:11 +0000 (11:48 +0000)
commit702f7e36f74254e3e9c013eb969663433885cea7
treebe83691899d112b6d8d874aef61c80ef929137d2
parentc44e9d77fd1c290c8fe1457b4a5009ebb77ec890
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 <dan.carpenter@oracle.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-crossbar.c