Re: [PATCH] of: unittest: Fix of_count_phandle_with_args() expected value message

From: Rob Herring
Date: Thu Jan 11 2024 - 17:18:21 EST



On Thu, 11 Jan 2024 09:50:25 +0100, Geert Uytterhoeven wrote:
> The expected result value for the call to of_count_phandle_with_args()
> was updated from 7 to 8, but the accompanying error message was
> forgotten.
>
> Fixes: 4dde83569832f937 ("of: Fix double free in of_parse_phandle_with_args_map")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> drivers/of/unittest.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!