Re: [PATCH 1/7] libnvdimm: cleanup nvdimm_namespace_common_probe(), kill 'host'

2016-05-09 Thread Johannes Thumshirn
On Sun, May 08, 2016 at 03:35:15PM -0700, Dan Williams wrote: > The 'host' variable can be killed as it is always the same as the passed > in device. > > Signed-off-by: Dan Williams Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh.

[PATCH 1/7] libnvdimm: cleanup nvdimm_namespace_common_probe(), kill 'host'

2016-05-08 Thread Dan Williams
The 'host' variable can be killed as it is always the same as the passed in device. Signed-off-by: Dan Williams --- drivers/nvdimm/namespace_devs.c | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/drivers/nvdimm/namespace_devs.c b/drivers/nvdimm/namespac