Re: [PATCH] serial-uclass: drop redundant code in serial_check_stdout()

2023-04-07 Thread Tom Rini
On Wed, Mar 29, 2023 at 09:57:51AM +0200, Rasmus Villemoes wrote: > As the updated comment says, this is already handled by > fdt_path_offset_namelen() itself. > > Signed-off-by: Rasmus Villemoes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] serial-uclass: drop redundant code in serial_check_stdout()

2023-03-29 Thread Rasmus Villemoes
As the updated comment says, this is already handled by fdt_path_offset_namelen() itself. Signed-off-by: Rasmus Villemoes --- drivers/serial/serial-uclass.c | 24 ++-- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/drivers/serial/serial-uclass.c b/drivers/ser