]> Gentwo Git Trees - linux/.git/commit
of/address: Remove the incorrect and misleading comment
authorYuntao Wang <yuntao.wang@linux.dev>
Wed, 12 Nov 2025 14:35:20 +0000 (22:35 +0800)
committerRob Herring (Arm) <robh@kernel.org>
Mon, 17 Nov 2025 17:24:51 +0000 (11:24 -0600)
commitc7496597adbd85fb1d7293d2938ba21f12c212e4
tree443f784f85e842fc38007cac31ad141c8b80ff4f
parent8b9ef71400a382fc5ad5ef98e9a3d11d02be784e
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: 6e5773d52f4a2d9c ("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>
drivers/of/address.c