Re: [PATCH] ACPI: NFIT: add helper to_nfit_mem() to take device to nfit_mem

From: Verma, Vishal L
Date: Wed Jul 05 2023 - 17:24:52 EST


On Mon, 2023-07-03 at 14:17 +0100, Ben Dooks wrote:
> Add a quick helper to just do struct device to the struct nfit_mem
> field it should be referencing. This reduces the number of code
> lines in some of the followgn code as it removes the intermediate
> struct nvdimm.
>
> Signed-off-by: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx>
> ---
>  drivers/acpi/nfit/core.c | 27 +++++++++++++--------------
>  1 file changed, 13 insertions(+), 14 deletions(-)
>

Modulo the typo Dave pointed out,

Reviewed-by: Vishal Verma <vishal.l.verma@xxxxxxxxx>