git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c44e9d7
)
irqchip: crossbar: Off by one bugs in init
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 7 Aug 2014 15:28:21 +0000
(18:28 +0300)
committer
Jason Cooper
<jason@lakedaemon.net>
Mon, 18 Aug 2014 11:48:11 +0000
(11:48 +0000)
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>
No differences found