Re: [PATCH 03/14] hw/ppc/spapr_caps.c: use g_autofree in spapr_cap_set_string()

2022-02-28 Thread David Gibson
On Mon, Feb 28, 2022 at 02:49:53PM -0300, Daniel Henrique Barboza wrote: > And get rid of the 'out' label since it's now used. s/used/unused/ > > Signed-off-by: Daniel Henrique Barboza Reviewed-by: David Gibson > --- > hw/ppc/spapr_caps.c | 8 +++- > 1 file changed, 3 insertions(+), 5 de

[PATCH 03/14] hw/ppc/spapr_caps.c: use g_autofree in spapr_cap_set_string()

2022-02-28 Thread Daniel Henrique Barboza
And get rid of the 'out' label since it's now used. Signed-off-by: Daniel Henrique Barboza --- hw/ppc/spapr_caps.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/hw/ppc/spapr_caps.c b/hw/ppc/spapr_caps.c index 6167431271..aab313ffb1 100644 --- a/hw/ppc/spapr_caps.c +