From: Bernhard Beschow Date: Mon, 13 Feb 2023 17:30:29 +0000 (+0100) Subject: hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocation X-Git-Tag: v8.0.0-rc0~41^2~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb1856cb9b7cd81f45e1ee6ce079a4eea59314aa;p=thirdparty%2Fqemu.git hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocation ich9_lpc_reset() is the dc->reset callback which is called automatically. No need to call it explicitly during k->realize. Signed-off-by: Bernhard Beschow Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20230213173033.98762-9-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/isa/lpc_ich9.c b/hw/isa/lpc_ich9.c index c5060d145f4..2a4baac129a 100644 --- a/hw/isa/lpc_ich9.c +++ b/hw/isa/lpc_ich9.c @@ -57,8 +57,6 @@ /*****************************************************************************/ /* ICH9 LPC PCI to ISA bridge */ -static void ich9_lpc_reset(DeviceState *qdev); - /* chipset configuration register * to access chipset configuration registers, pci_[sg]et_{byte, word, long} * are used. @@ -439,8 +437,6 @@ static void ich9_lpc_pm_init(ICH9LPCState *lpc) sizeof lpc->smi_features_ok, true); } - - ich9_lpc_reset(DEVICE(lpc)); } /* APM */