Re: [Qemu-devel] [PATCH v3 21/46] ivshmem: use common return

2015-09-16 Thread Claudio Fontana
On 15.09.2015 18:07, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Both if branches return, move this out to common end. > > Signed-off-by: Marc-André Lureau > --- > hw/misc/ivshmem.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/hw/misc/ivshmem

[Qemu-devel] [PATCH v3 21/46] ivshmem: use common return

2015-09-15 Thread marcandre . lureau
From: Marc-André Lureau Both if branches return, move this out to common end. Signed-off-by: Marc-André Lureau --- hw/misc/ivshmem.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index a60454f..e391396 100644 --- a/hw/misc/ivshmem.c