[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <169844262050.3414534.12903371538340691664.robh@kernel.org>
Date: Fri, 27 Oct 2023 16:38:24 -0500
From: Rob Herring <robh@...nel.org>
To: Herve Codina <herve.codina@...tlin.com>
Cc: Sonal Santan <sonal.santan@....com>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>,
linux-kernel@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Allan Nielsen <allan.nielsen@...rochip.com>,
Max Zhen <max.zhen@....com>,
Stefano Stabellini <stefano.stabellini@...inx.com>,
Horatiu Vultur <horatiu.vultur@...rochip.com>,
Lizhi Hou <lizhi.hou@....com>,
Steen Hegelund <steen.hegelund@...rochip.com>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Frank Rowand <frowand.list@...il.com>,
devicetree@...r.kernel.org, kernel test robot <lkp@...el.com>,
Thomas Petazzoni <thomas.petazzoni@...tlin.com>
Subject: Re: [PATCH 1/1] of: unittest: Fix test build on config without
CONFIG_OF_ADDRESS
On Fri, 27 Oct 2023 12:24:37 +0200, Herve Codina wrote:
> of_address_to_resource() is not defined if !CONFIG_OF_ADDRESS.
>
> Return early in of_unittest_check_addr() to avoid the
> of_address_to_resource() usage.
>
> Reported-by: kernel test robot <lkp@...el.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202310271513.8MUErCK4-lkp@intel.com/
> Signed-off-by: Herve Codina <herve.codina@...tlin.com>
> ---
> Rob,
>
> This fixes a patch you already applied from my series
> https://lore.kernel.org/all/20231017110221.189299-1-herve.codina@bootlin.com/
>
> I don't know if it's too late or not but maybe you can squash this fix patch.
>
> My apologies for this issue.
>
> Hervé
>
> drivers/of/unittest.c | 3 +++
> 1 file changed, 3 insertions(+)
>
Squashed and applied, thanks!
Powered by blists - more mailing lists