On 10/29/21 23:02, BALATON Zoltan wrote: > Use g_new0 instead of g_malloc0 and avoid some unneeded temporary > variable assignments. > > Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu> > --- > hw/intc/sh_intc.c | 15 ++++----------- > 1 file changed, 4 insertions(+), 11 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>