2011/4/9 Greg KH <[email protected]>: >> +static void axi_release_core_dev(struct device *dev) >> +{ >> + kfree(dev); >> +} > > This is wrong, unless you are really only creating a 'struct device'. > Why are you doing that instead of embedding struct device in your > structure?
Hm, I think Greg found explanation why we can not reload axi driver successfully :) I'll take care of your comment after weekend, thank you everybody. -- Rafał _______________________________________________ b43-dev mailing list [email protected] http://lists.infradead.org/mailman/listinfo/b43-dev
