Re: [PATCH 10/14] net: ravb: Simplify max-speed handling in ravb_of_to_plat

2024-10-27 Thread Marek Vasut
On 10/24/24 5:24 PM, Paul Barker wrote: We can call dev_read_u32_default() instead of calling fdt_getprop() then fdt32_to_cpu(). Signed-off-by: Paul Barker --- drivers/net/ravb.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/net/ravb.c b/drivers/net/ravb.c i

[PATCH 10/14] net: ravb: Simplify max-speed handling in ravb_of_to_plat

2024-10-24 Thread Paul Barker
We can call dev_read_u32_default() instead of calling fdt_getprop() then fdt32_to_cpu(). Signed-off-by: Paul Barker --- drivers/net/ravb.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/net/ravb.c b/drivers/net/ravb.c index 9b33ce929618..fb869cd0872e 100644 --- a