On Mon, Jun 14, 2021 at 10:09:09AM -0700, Moritz Fischer wrote: > From: Russ Weight <russell.h.weight@xxxxxxxxx> > > The FPGA region class driver data structure is being treated as a managed > resource instead of using standard dev_release call-back to release the > class data structure. This change populates the class.dev_release function > and changes the fpga_region_free() function to call put_device(). > It also changes fpga_region_unregister() to call device_del() instead > of device_unregister(). Same problem as the other ones :(