On Wed, Oct 27, 2021 at 8:15 PM Nikita Travkin <nikita@xxxxxxx> wrote: > Since irq request is the last thing in the driver probe, it happens > later than the input device registration. This means that there is a > small time window where if the open method is called the driver will > attempt to enable not yet available irq. > > Fix that by moving the irq request before the input device registration. > > Fixes: 26822652c85e ("Input: add zinitix touchscreen driver") > Signed-off-by: Nikita Travkin <nikita@xxxxxxx> Good catch! Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij