]> git.ipfire.org Git - thirdparty/u-boot.git/commit
disk: part: Print out the unknown device uclass id
authorBin Meng <bmeng@tinylab.org>
Tue, 26 Sep 2023 08:43:44 +0000 (16:43 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 10 Oct 2023 20:30:44 +0000 (16:30 -0400)
commit893e67883b0889b4cc4090664117e5b312ac7ff6
tree29d8582d9fb68576a4ef07833fd7a0603670f06e
parent94a846298ed5e0399099977b5b11f13d46c22f3f
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>
disk/part.c