commit | 02e258724c772d98c35f3cf4cf5daa257fb5be27 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Tue Sep 26 16:43:44 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 10 16:30:44 2023 -0400 |
tree | 29d8582d9fb68576a4ef07833fd7a0603670f06e | |
parent | 106d27b1bc582db9866e8d7cec75d206d959d63b [diff] |
disk: part: Print out the unknown device uclass id It's helpful to output the device uclass id for unknown devices during the debugging process. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Simon Glass <sjg@chromium.org>