of: unittest: Fix of_count_phandle_with_args() expected value message
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 11 Jan 2024 08:50:25 +0000 (09:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jan 2024 23:35:40 +0000 (15:35 -0800)
commitaea1965c5de56a7d1e2aa3f1125c150979a152bc
treedf7ac96b15e44fb7047f77c11403b84e4b8f9a02
parent71ec48abc549008ee970a2dd6bb1227d9e590aab
of: unittest: Fix of_count_phandle_with_args() expected value message

[ Upstream commit 716089b417cf98d01f0dc1b39f9c47e1d7b4c965 ]

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@glider.be>
Link: https://lore.kernel.org/r/20240111085025.2073894-1-geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/of/unittest.c