Re: [PATCH 1/2] libnvdimm: move ->module to struct nvdimm_bus_descriptor

2016-07-22 Thread joeyli
On Thu, Jul 21, 2016 at 08:25:44PM -0700, Dan Williams wrote: > Let the provider module be explicitly passed in rather than implicitly > assumed by the module that calls nvdimm_bus_register(). This is in > preparation for unifying the nfit and nfit_test driver teardown paths. > > Signed-off-by:

[PATCH 1/2] libnvdimm: move ->module to struct nvdimm_bus_descriptor

2016-07-21 Thread Dan Williams
Let the provider module be explicitly passed in rather than implicitly assumed by the module that calls nvdimm_bus_register(). This is in preparation for unifying the nfit and nfit_test driver teardown paths. Signed-off-by: Dan Williams --- drivers/acpi/nfit.c