On Wed, 2023-09-20 at 16:33 +0300, Andy Shevchenko wrote: > On Tue, Sep 19, 2023 at 04:24:26PM -0500, Danny Kaehn wrote: > > Previously cp2112_gpio_irq_shutdown always cancelled the > > cp2112_gpio_irq_shutdown() > > _remove occurred (a.e. the cp2112 is unplugged or system rebooted). > > _remove() > > > + if (!dev->irq_mask) > > + { > > The style tells to use these on a single line. ACK -- will fix all in v2. Thanks for the comments. Danny Kaehn