On 2/7/23 14:07, Philippe Mathieu-Daudé wrote:
pci_piix_init_ports() always return '0' so can't fail.
Signed-off-by: Philippe Mathieu-Daudé
---
hw/ide/piix.c | 11 ++-
1 file changed, 2 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson
r~
pci_piix_init_ports() always return '0' so can't fail.
Signed-off-by: Philippe Mathieu-Daudé
---
hw/ide/piix.c | 11 ++-
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/hw/ide/piix.c b/hw/ide/piix.c
index 1cd4389611..54d545ce3a 100644
--- a/hw/ide/piix.c
+++ b/hw/ide/piix.c