2023-01-10 11:34:25

by Michael Walle

[permalink] [raw]
Subject: Re: [PATCH] nvmem: core: fix nvmem_layout_get_match_data()

> From: Rafał Miłecki <[email protected]>
>
> This function was trying to match wrong OF node (parent device's)
> against an of_match_table. It was always returning NULL.
>
> Make it match layout's OF node against layout's of_match_table.
>
> Fixes: f5709a684a0a ("nvmem: core: introduce NVMEM layouts")
> Signed-off-by: Rafał Miłecki <[email protected]>

Reviewed-by: Michael Walle <[email protected]>

Thanks!
-michael