On Mon, 05 Feb 2024 05:37:28 +0000, Kuninori Morimoto wrote: > Because of of_graph_get_endpoint_count() doesn't report error, > just return count of endpoint, the return type should be unsigned. > Tidyup it. > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > --- > drivers/of/property.c | 4 ++-- > include/linux/of_graph.h | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > Applied, thanks!