mbox series

[0/4] Misc eeprom_at24c clean ups

Message ID cover.1740839457.git.balaton@eik.bme.hu (mailing list archive)
Headers show
Series Misc eeprom_at24c clean ups | expand

Message

BALATON Zoltan March 1, 2025, 2:35 p.m. UTC
These are some small misc clean ups in hw/nvram/eeprom_at24c.

Regards,
BALATON Zoltan

BALATON Zoltan (4):
  hw/nvram/eeprom_at24c: Use OBJECT_DECLARE_SIMPLE_TYPE
  hw/nvram/eeprom_at24c: Remove ERR macro that calls fprintf to stderr
  hw/nvram/eeprom_at24c: Remove memset after g_malloc0
  hw/nvram/eeprom_at24c: Reorganise init to avoid overwriting values

 hw/nvram/eeprom_at24c.c | 23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

Comments

Philippe Mathieu-Daudé March 3, 2025, 12:43 p.m. UTC | #1
On 1/3/25 15:35, BALATON Zoltan wrote:
> These are some small misc clean ups in hw/nvram/eeprom_at24c.

> BALATON Zoltan (4):
>    hw/nvram/eeprom_at24c: Use OBJECT_DECLARE_SIMPLE_TYPE
>    hw/nvram/eeprom_at24c: Remove ERR macro that calls fprintf to stderr
>    hw/nvram/eeprom_at24c: Remove memset after g_malloc0
>    hw/nvram/eeprom_at24c: Reorganise init to avoid overwriting values

Thanks, series queued.