Re: [PATCH v2 2/3] efi: Use device_get_uclass_id() where appropriate

2022-02-05 Thread Heinrich Schuchardt
On 1/29/22 22:58, Simon Glass wrote: Use this function rather than following the pointers, since it is there for this purpose. Add the uclass name to the debug call at the end of dp_fill() since it is quite useful. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt

[PATCH v2 2/3] efi: Use device_get_uclass_id() where appropriate

2022-01-29 Thread Simon Glass
Use this function rather than following the pointers, since it is there for this purpose. Add the uclass name to the debug call at the end of dp_fill() since it is quite useful. Signed-off-by: Simon Glass --- Changes in v2: - Drop the uclass id lib/efi_loader/efi_device_path.c | 10 +-