[PATCH v2 1/2] net: luton: remove address translation after ofnode_read_resource

Simon Glass sjg at chromium.org
Sat Jun 5 18:02:00 CEST 2021


Removed call of ofnode_translate_address() after ofnode_read_resource
in luton_switch.c:luton_probe(); it is unnecessary since
the commit feb7ac457c20 ("dm: core: Add address translation in
fdt_get_resource").

Fixes: feb7ac457c20 ("dm: core: Add address translation in fdt_get_resource")
Reviewed-by: Ramon Fried <rfried.dev at gmail.com>
Reported-by: Horatiu Vultur <horatiu.vultur at microchip.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
---

Changes in v2:
- Add reviewed-by

 drivers/net/mscc_eswitch/luton_switch.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list