]> git.itanic.dy.fi Git - linux-stable/commit
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)
committerRob Herring <robh@kernel.org>
Thu, 11 Jan 2024 22:18:30 +0000 (16:18 -0600)
commit716089b417cf98d01f0dc1b39f9c47e1d7b4c965
tree31f9b00d6220e47142177020180c005bdbcec6dd
parent22439cf4d1ca4861820b825f4f07958bdaed12d6
of: unittest: Fix of_count_phandle_with_args() expected value message

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>
drivers/of/unittest.c