On Thu, 30 Dec 2021 18:31:52 +0200, Baruch Siach wrote: > The cell_count field of of_phandle_iterator is the number of cells we > expect in the phandle arguments list when cells_name is missing. The > error message should show the number of cells we actually see. > > Fixes: af3be70a321 ("of: Improve of_phandle_iterator_next() error message") > Cc: Florian Fainelli <f.fainelli@xxxxxxxxx> > Signed-off-by: Baruch Siach <baruch@xxxxxxxxxx> > --- > v2: > > Use correct length modifier for ptrdiff_t > --- > drivers/of/base.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Applied, thanks!