On 1/3/25 15:35, BALATON Zoltan wrote:
Calling memset to zero memory is not needed after g_malloc0 which
already clears memory. These used to be in separate functions but
after some patches the memset ended up after g_malloc0 and thus can be
dropped.

Fixes: 4f2c6448c3 (hw/nvram/eeprom_at24c: Make reset behavior more like 
hardware)
Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu>
---
  hw/nvram/eeprom_at24c.c | 1 -
  1 file changed, 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to