Re: [PATCH v4 3/4] ich9: Simplify ich9_lpc_initfn

2019-12-19 Thread Philippe Mathieu-Daudé
On 12/19/19 7:02 PM, Felipe Franciosi wrote: Currently, ich9_lpc_initfn simply serves as a caller to ich9_lpc_add_properties. This simplifies the code a bit by eliminating ich9_lpc_add_properties altogether and executing its logic in the parent object initialiser function. Signed-off-by: Felipe

[PATCH v4 3/4] ich9: Simplify ich9_lpc_initfn

2019-12-19 Thread Felipe Franciosi
Currently, ich9_lpc_initfn simply serves as a caller to ich9_lpc_add_properties. This simplifies the code a bit by eliminating ich9_lpc_add_properties altogether and executing its logic in the parent object initialiser function. Signed-off-by: Felipe Franciosi --- hw/isa/lpc_ich9.c | 15 +---