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

From: Rob Herring
Date: Thu Jan 12 2023 - 20:32:13 EST



On Wed, 11 Jan 2023 00:30:56 +0100, Michael Walle wrote:
> 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!