On Thu, 10 Sep 2015 22:33:12 -0700 Peter Crosthwaite <crosthwaitepe...@gmail.com> wrote:
> error_propagate is already NULL safe. Remove these un-needed if > guards. > > Cc: Richard Henderson <r...@twiddle.net> > Cc: Alexander Graf <ag...@suse.de> > Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com> > --- > > hw/s390x/virtio-ccw.c | 28 +++++++--------------------- > 1 file changed, 7 insertions(+), 21 deletions(-) Shorter code is good :) Reviewed-by: Cornelia Huck <cornelia.h...@de.ibm.com>