commit | 56ada7b4fcdd3ff03bb84f7b45a54dee7d9cd382 | [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 | 95c1d25c6cfe0d300244aa712c7f68a1a3e13a3a [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>