On Thu, Apr 24, 2025 at 3:12 PM Colin Ian King <colin.i.king@xxxxxxxxx> wrote: > The sizeof argument is incorrect when allocating pctl->eint->base, it > should be *pctl->eint->base. (Generally, the size of void * is the same > as void ** so nothing is breaking in this specific case). Fix this. > > Fixes: fe412e3a6c97 ("pinctrl: mediatek: common-v1: Fix EINT breakage on older controllers") > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> The mtk eint handling has been refactored fixing this issue in the process (AFAICT) so the patch does not apply to my devel branch. Yours, Linus Walleij