On Tue, Sep 19, 2023 at 04:22:45PM -0500, Danny Kaehn wrote: > Previously the cp2112 driver called INIT_DELAYED_WORK within > cp2112_gpio_irq_startup, resulting in duplicate initilizations of the > workqueue on subsequent IRQ startups following an initial request. This > resulted in a warning in set_work_data in workqueue.c, as well as a rare > NULL dereference within process_one_work in workqueue.c. > > Initialize the workqueue within _probe instead. Does it deserve a Fixes tag? -- With Best Regards, Andy Shevchenko