commit | 702f7e36f74254e3e9c013eb969663433885cea7 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Aug 07 18:28:21 2014 +0300 |
committer | Jason Cooper <jason@lakedaemon.net> | Mon Aug 18 11:48:11 2014 +0000 |
tree | be83691899d112b6d8d874aef61c80ef929137d2 | |
parent | c44e9d77fd1c290c8fe1457b4a5009ebb77ec890 [diff] |
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>