Skip to content

Commit c749659

Browse files
ytcooderobherring
authored andcommitted
of/address: Remove the incorrect and misleading comment
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@linux.dev> Fixes: 6e5773d ("of/address: Fix WARN when attempting translating non-translatable addresses") Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20251112143520.233870-11-yuntao.wang@linux.dev Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
1 parent 8b9ef71 commit c749659

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/of/address.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,6 @@ static int of_bus_default_flags_match(struct device_node *np)
328328

329329
static int of_bus_default_match(struct device_node *np)
330330
{
331-
/*
332-
* Check for presence first since of_bus_n_addr_cells() will warn when
333-
* walking parent nodes.
334-
*/
335331
return of_property_present(np, "#address-cells");
336332
}
337333

0 commit comments

Comments
 (0)