Re: [PATCH v2 5/5] qemuPrepareNVRAM: Drop cleanup label

2022-02-11 Thread Daniel P . Berrangé
On Fri, Feb 11, 2022 at 01:30:29PM +0100, Michal Privoznik wrote: > After previous commits, the cleanup label shrank to plain > 'return' statement. There's no point in having such label, so > drop it. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_process.c | 11 --- > 1 file

[PATCH v2 5/5] qemuPrepareNVRAM: Drop cleanup label

2022-02-11 Thread Michal Privoznik
After previous commits, the cleanup label shrank to plain 'return' statement. There's no point in having such label, so drop it. Signed-off-by: Michal Privoznik --- src/qemu/qemu_process.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/qemu/qemu_process.c b/s