Re: [PATCH 10/10] of/address: Remove the incorrect and misleading comment

From: Rob Herring

Date: Wed Nov 12 2025 - 15:08:30 EST


On Wed, Nov 12, 2025 at 10:35:20PM +0800, Yuntao Wang wrote:
> The of_bus_default_match() function appears to have been copied from
> of_bus_default_flags_match() with some modifications.
>
> However, the comment was left unchanged and still describes the behavior
> of of_bus_default_flags_match(), it is incorrect and misleading, remove it.
>
> Signed-off-by: Yuntao Wang <yuntao.wang@xxxxxxxxx>
> ---
> drivers/of/address.c | 4 ----
> 1 file changed, 4 deletions(-)

Applied, thanks!