On Tue, 10 Nov 2015 21:16:10 +0100 Thomas Huth <th...@redhat.com> wrote:
> The "return;" statements at the end of functions do not make > much sense, so let's remove them. > > Cc: Cornelia Huck <cornelia.h...@de.ibm.com> > Cc: Christian Borntraeger <borntrae...@de.ibm.com> > Cc: Alexander Graf <ag...@suse.de> > Cc: Richard Henderson <r...@twiddle.net> > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > 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.