qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH 3/4] hw/s390x: Remove superfluous return state


From: Cornelia Huck
Subject: Re: [Qemu-trivial] [PATCH 3/4] hw/s390x: Remove superfluous return statements
Date: Wed, 11 Nov 2015 12:25:03 +0100

On Tue, 10 Nov 2015 21:16:10 +0100
Thomas Huth <address@hidden> wrote:

> The "return;" statements at the end of functions do not make
> much sense, so let's remove them.
> 
> Cc: Cornelia Huck <address@hidden>
> Cc: Christian Borntraeger <address@hidden>
> Cc: Alexander Graf <address@hidden>
> Cc: Richard Henderson <address@hidden>
> Signed-off-by: Thomas Huth <address@hidden>
> ---
>  hw/s390x/css.c            |  1 -
>  hw/s390x/event-facility.c | 21 ++++++---------------
>  hw/s390x/s390-pci-bus.c   |  4 ----
>  3 files changed, 6 insertions(+), 20 deletions(-)
> 

Ack for the css and pci parts.

The sclp parts, however, switch from "one point of exit" to "immediate
exit", and I'm not sure I like that; not sure enough anyway to apply
this patch.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]