hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocation
authorBernhard Beschow <shentey@gmail.com>
Mon, 13 Feb 2023 17:30:29 +0000 (18:30 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:01 +0000 (22:29 +0100)
commitfb1856cb9b7cd81f45e1ee6ce079a4eea59314aa
tree865d2d70e5c39bbf92d6c835080bf78173ad40cb
parent20fe3af24f1367906ab1eb6aa56e2cef73f116a8
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 <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230213173033.98762-9-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/isa/lpc_ich9.c