Re: [PATCH] xen: pvblock: Use uclass_probe_all

2022-11-03 Thread Tom Rini
On Sat, Oct 22, 2022 at 04:33:05PM +0200, Michal Suchanek wrote: > Also eliminate useless code and variables. > > Signed-off-by: Michal Suchanek > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] xen: pvblock: Use uclass_probe_all

2022-10-25 Thread Simon Glass
On Sat, 22 Oct 2022 at 08:33, Michal Suchanek wrote: > > Also eliminate useless code and variables. > > Signed-off-by: Michal Suchanek > --- > > drivers/xen/pvblock.c | 9 ++--- > 1 file changed, 2 insertions(+), 7 deletions(-) > Reviewed-by: Simon Glass

[PATCH] xen: pvblock: Use uclass_probe_all

2022-10-22 Thread Michal Suchanek
Also eliminate useless code and variables. Signed-off-by: Michal Suchanek --- drivers/xen/pvblock.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/xen/pvblock.c b/drivers/xen/pvblock.c index 95e298d7dd..4ad548d599 100644 --- a/drivers/xen/pvblock.c +++ b/dr