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:
ddb6c45
)
pinctrl: s3c24xx: off by one in s3c24xx_eint_init()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 27 Aug 2013 01:11:26 +0000
(
04:11
+0300)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 28 Aug 2013 12:44:25 +0000
(14:44 +0200)
If "irq == NUM_EINT" then it writes one space beyond the end of the
eint_data->domains[] array.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found