On Mon, Oct 8, 2018 at 9:14 PM Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> wrote: > For SoC's which lacks EINT support, U16_MAX is assigned to both eint_m > and eint_n through macro NO_EINT_SUPPORT. This will generate integer > overflow warning because eint_m is declared as u8 type. Hence modify > the eint_m type to u16. > > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> Patch applied with Matthias' review tag, thanks! Yours, Linus Walleij