2021-12-22 12:25:03

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the devicetree-fixes tree

Hi all,

After merging the devicetree-fixes tree, today's linux-next build
(htmldocs) produced this warning:

drivers/of/fdt.c:980: warning: Excess function parameter 'node' description in 'early_init_dt_check_for_usable_mem_range'

Introduced by commit

c227aa898001 ("of: fdt: Aggregate the processing of "linux,usable-memory-range"")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (488.00 B)
OpenPGP digital signature

2021-12-22 13:29:50

by Rob Herring

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the devicetree-fixes tree

On Wed, Dec 22, 2021 at 8:24 AM Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> After merging the devicetree-fixes tree, today's linux-next build
> (htmldocs) produced this warning:
>
> drivers/of/fdt.c:980: warning: Excess function parameter 'node' description in 'early_init_dt_check_for_usable_mem_range'

Thanks, I've fixed this up.

Rob