commit | 377d39d178570a3510a34aac61f008b43cca783f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 29 14:58:38 2022 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Feb 05 20:20:01 2022 +0100 |
tree | 0516defb4a91656f1c7aab627a6810ae42ed5200 | |
parent | d837cb1e3b6bf6a3d77f058b90ea937935fc2c8f [diff] |
efi: Use device_get_uclass_id() where appropriate 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 <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>