Re: [PATCH] of: property: fix #nvmem-cell-cells parsing

From: Michael Walle
Date: Fri Jan 13 2023 - 05:21:14 EST


> Commit 67b8497f005f ("of: property: make #.*-cells optional for simple
> props") claims to make the cells-name property optional for simple
> properties, but changed the code for the wrong property, i.e. for
> DEFINE_SUFFIX_PROP(). Fix that.
>
> Fixes: 67b8497f005f ("of: property: make #.*-cells optional for simple props")
> Reported-by: Peng Fan <peng.fan@xxxxxxx>
> Signed-off-by: Michael Walle <michael@xxxxxxxx>
> Tested-by: Robert Marko <robimarko@xxxxxxxxx>
> ---
> drivers/of/property.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>

Applied, thanks!

Or not. 67b8497f005f is not in my tree, so

Acked-by: Rob Herring <robh@xxxxxxxxxx>

Thanks! Srinivas, can you pick it up to get rid of the errors/warnings
in linux-next?

-michael