Re: [patch] pinctrl: s3c24xx: off by one in s3c24xx_eint_init()

2013-08-28 Thread Linus Walleij
On Tue, Aug 27, 2013 at 3:11 AM, Dan Carpenter dan.carpen...@oracle.com wrote: If irq == NUM_EINT then it writes one space beyond the end of the eint_data-domains[] array. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com Patch applied with Heiko's ACK. Yours, Linus Walleij -- To

Re: [patch] pinctrl: s3c24xx: off by one in s3c24xx_eint_init()

2013-08-27 Thread Heiko Stübner
Am Dienstag, 27. August 2013, 03:11:26 schrieb Dan Carpenter: If irq == NUM_EINT then it writes one space beyond the end of the eint_data-domains[] array. Thanks for catching this. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com Reviewed-by: Heiko Stuebner he...@sntech.de diff