Re: [PATCH 14/15] disk: part: Print out the unknown device uclass id

2023-10-01 Thread Simon Glass
On Tue, 26 Sept 2023 at 04:09, Bin Meng wrote: > > It's helpful to output the device uclass id for unknown devices > during the debugging process. > > Signed-off-by: Bin Meng > --- > > disk/part.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass

[PATCH 14/15] disk: part: Print out the unknown device uclass id

2023-09-26 Thread Bin Meng
It's helpful to output the device uclass id for unknown devices during the debugging process. Signed-off-by: Bin Meng --- disk/part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk/part.c b/disk/part.c index eec02f5898..493e04943b 100644 --- a/disk/part.c +++