Re: [PATCH v3 2/9] of: unittests: add tests for of_property_read_string_array_index()
From: Rob Herring
Date: Tue Mar 29 2022 - 19:32:22 EST
On Fri, 25 Mar 2022 12:31:41 +0100, Clément Léger wrote:
> Add testing for of_property_read_string_array_index() function which
> allows to retrieve a string array starting at a specified offset. These
> tests are testing some basic use-case for this function.
>
> Signed-off-by: Clément Léger <clement.leger@xxxxxxxxxxx>
> ---
> drivers/of/unittest.c | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
Reviewed-by: Rob Herring <robh@xxxxxxxxxx>