pinctrl: s3c24xx: off by one in s3c24xx_eint_init()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 27 Aug 2013 01:11:26 +0000 (04:11 +0300)
committerLinus 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