Re: [PATCH 10/12] aspeed: Get the BlockBackend of FMC0 from the flash device

2023-05-30 Thread Philippe Mathieu-Daudé
On 8/5/23 09:58, Cédric Le Goater wrote: and get rid of an unnecessary drive_get(IF_MTD) call. Signed-off-by: Cédric Le Goater --- hw/arm/aspeed.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 10/12] aspeed: Get the BlockBackend of FMC0 from the flash device

2023-05-08 Thread Cédric Le Goater
and get rid of an unnecessary drive_get(IF_MTD) call. Signed-off-by: Cédric Le Goater --- hw/arm/aspeed.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index a8832c0072..3d5488faf7 100644 --- a/hw/arm/aspeed.c +++ b/hw/arm/aspeed.c