Re: [PATCH 3/4] hw/misc/macio: Remove some single use local variables

2023-01-22 Thread Mark Cave-Ayland
On 18/01/2023 00:32, BALATON Zoltan wrote: Drop some local variables that could just be substituted at the single place they were used. This makes the code shorter and simpler. Signed-off-by: BALATON Zoltan --- hw/misc/macio/macio.c | 13 + 1 file changed, 5 insertions(+), 8 del

Re: [PATCH 3/4] hw/misc/macio: Remove some single use local variables

2023-01-17 Thread Philippe Mathieu-Daudé
On 18/1/23 01:32, BALATON Zoltan wrote: Drop some local variables that could just be substituted at the single place they were used. This makes the code shorter and simpler. Signed-off-by: BALATON Zoltan --- hw/misc/macio/macio.c | 13 + 1 file changed, 5 insertions(+), 8 deletio

[PATCH 3/4] hw/misc/macio: Remove some single use local variables

2023-01-17 Thread BALATON Zoltan
Drop some local variables that could just be substituted at the single place they were used. This makes the code shorter and simpler. Signed-off-by: BALATON Zoltan --- hw/misc/macio/macio.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/hw/misc/macio/macio.c b/