From: Dan Carpenter Date: Tue, 27 Aug 2013 01:11:26 +0000 (+0300) Subject: pinctrl: s3c24xx: off by one in s3c24xx_eint_init() X-Git-Tag: v3.12-rc1~151^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=774e2d981f517e7bfbdfbc4174ef258e8c1ab335;p=pandora-kernel.git pinctrl: s3c24xx: off by one in s3c24xx_eint_init() If "irq == NUM_EINT" then it writes one space beyond the end of the eint_data->domains[] array. Signed-off-by: Dan Carpenter Reviewed-by: Heiko Stuebner Signed-off-by: Linus Walleij --- Reading git-diff-tree failed